When I'm debugging JavaScript code in Opera browser, the console is always displaying messages with the Info icon labelled as "2 got message" in the JavaScript tab:
2 got message Event thread: message Event thread: message
2 got message Event thread: message Event thread: message
2 got message Event thread: message Event thread: message
There's nothing clickable on them and I've unable to find a single Google result.
What do these info lines mean?
postMessagestring in the source code. – Álvaro G. Vicario Nov 14 '11 at 10:17console.infocalls ? – c69 Nov 18 '11 at 13:51