joewalnes / reconnecting-websocket

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

Library assumes browser environment #73

Open mschipperheyn opened 8 years ago

mschipperheyn commented 8 years ago

Just running into an issue where the library tries to reference the document in various places (and even tries to create a div). In a mobile environment, this context is not available.