Closed sandro-k closed 8 years ago
The export in https://github.com/maxogden/websocket-stream/blob/master/ws-fallback.js fails in a Web Worker as it has no global window object.
Uncaught ReferenceError: window is not defined
The export in https://github.com/maxogden/websocket-stream/blob/master/ws-fallback.js fails in a Web Worker as it has no global window object.