PixelsCommander / OnlineJS

Reliable, fast and easy to use library to check your internet connection status
http://pixelscommander.com/polygon/onlinejs/
68 stars 17 forks source link

better suggestion about #16

Open haroel opened 5 years ago

haroel commented 5 years ago

well, OnlineJS is a good method for listen networkstate. but I think this http://offlinejs.com/online.php is not a good suggestion.

we change this code like that

w.onlinejs._onLineURL = window.location.href.split(/[?#]+/)[0] || window.location.href;