HubSpot / offline

Automatically display online/offline indication to your users
http://github.hubspot.com/offline/docs/welcome
MIT License
8.65k stars 847 forks source link

Offline.js Intercept WebSocket Requests #286

Closed josematheus10 closed 4 years ago

josematheus10 commented 4 years ago

Help me!

josematheus10 commented 4 years ago

I solved it that way:

Offline.options.checks.active = "up";
Offline.check();

Offline.options.checks.active = "down";
Offline.check();