Skip to content

Commit b54bceb

Browse files
Read.me added
1 parent dd76b08 commit b54bceb

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
ONLINE JS
2+
========
3+
4+
Lightweight and easy to use library to check internet connection status.
5+
6+
Usage
7+
-----
8+
9+
Include this library into your project and just check is window.online true.
10+
11+
Declare window.onlineHandler or window.offlineHandler to know status changes.
12+
13+
Also you can change window.onlineCheckURL to your own to be independent.
14+
15+
For all this stuff just look at index.html example in repo.
16+
17+
18+
Questions and propositions
19+
--------------------------
20+
21+
Feel free to write me with any questions or propositions <a href="mailto:denis.radin@gmail.com">denis.radin@gmail.com</a>
22+
23+
24+
Bug tracker
25+
-----------
26+
27+
Have a bug? Please create an issue here on GitHub!
28+
29+
https://github.com/PixelsCommander/OnlineJS/issues
30+
31+
32+
Twitter account
33+
---------------
34+
35+
Keep up to date on announcements and more by following OnlineJS on Twitter, <a href="http://twitter.com/pixelscommander">@pixelscommander</a>.
36+
37+
38+
License
39+
---------------------
40+
41+
Copyright 2011 Denis Radin.
42+
43+
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)