HubSpot / offline

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

Offline.js is not triggering the ajax on success functions after reconnecting #274

Open ihemantkumar opened 6 years ago

ihemantkumar commented 6 years ago

Hi, Offline.js is able to retriggered the ajax which is good, but how to trigger their onSuccess functions/callbacks. I have connected few callback functions on success like trigger few notifications, etc. All such operations are not triggering once the Ajax is fired after internet re-connected. Please help.

geoffbeaumont commented 6 years ago

We're having the same problem - AJAX requests are replayed, but their completion events are never fired.

silverpresident commented 5 years ago

Same issue. Using v 0.7.2 is this fixed in younger versions?