There was an error while loading. Please reload this page.
1 parent b54bceb commit 71198e3Copy full SHA for 71198e3
1 file changed
README.md
@@ -6,9 +6,9 @@ Lightweight and easy to use library to check internet connection status.
6
Usage
7
-----
8
9
-Include this library into your project and just check is window.online true.
+Include this library into your project and just check is <b>window.online</b> true.
10
11
-Declare window.onlineHandler or window.offlineHandler to know status changes.
+Assign <b>window.onlineHandler</b> or <b>window.offlineHandler</b> functions to handle status changes.
12
13
Also you can change window.onlineCheckURL to your own to be independent.
14
0 commit comments