Detecting Online/Offline Status in Javascript

added by JavaScript Kicks
11/18/2019 11:41:08 AM

1898 Views

Learn how to detect if the user is online or offline and handle events if a change in the online/offline state occurs. We can detect if the user is online or offline by using the online property on the navigator object which will return true if the user is connected to the internet, otherwise it returns false.


0 comments