You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you will see search result for online/offline status boolean
online/offline event is missing
Example usage of event
window.addEventListener('online', function(){console.log('online')});
window.addEventListener('offline', function(){console.log('offline')});
// then turn your wifi on and off and view console
The text was updated successfully, but these errors were encountered:
Steps to Replicate
Example usage of event
window.addEventListener('online', function(){console.log('online')});
window.addEventListener('offline', function(){console.log('offline')});
// then turn your wifi on and off and view console
The text was updated successfully, but these errors were encountered: