We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using console from a web worker results in an exception:
console
Uncaught TypeError: Cannot read property 'console' of undefined"
Probably because window isn't defined. console does exist in the global scope (and also under self in that self.console exists).
window
self
self.console