HubSpot/offline

Offline.js Intercept WebSocket Requests

josematheus10 opened this issue · 1 comments

Help me!

I solved it that way:

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

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