max-mapper / websocket-stream

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

WebSocket and MozWebSocket first and if not defined then tries to export from window #91

Closed sandro-k closed 8 years ago

sandro-k commented 8 years ago

this should fix maxogden/websocket-stream/issues/90, as it exports WebSocket and MozWebSocket first and if not defined then tries to export from window.

mcollina commented 8 years ago

Thanks @sandro-k!