max-mapper / websocket-stream

websockets with the node stream API
BSD 2-Clause "Simplified" License
668 stars 114 forks source link

webstocket-stream fails in Web Worker #90

Closed sandro-k closed 8 years ago

sandro-k commented 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