Using `console` from a web worker results in an exception: ``` 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).