joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.21k stars 968 forks source link

Fix dependency on window in an enviroment, where window is not available. #76

Open johandavidsen opened 7 years ago

johandavidsen commented 7 years ago

This should fix any issues arising from testing/using this library, where the window is not available. Fixes #71