HubSpot / offline

Automatically display online/offline indication to your users

Home Page:http://github.hubspot.com/offline/docs/welcome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline.js Intercept WebSocket Requests

josematheus10 opened this issue · comments

I solved it that way:

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

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