navigator.onLine And The Differing Implementations Of A Standard
Tweet
For a while now I have been reading through the new HTML5, CSS3 and JavaScript specs and posting my results with regards to browser support etc. on thebrowsereview.com. Recently I started looking at Offline Web Applications. One of the many interesting things I found is the navigator.onLine property. The W3C spec states the following:
In addition to those APIs HTML 5 also defines an onLine attribute on the Navigator object so you can determine whether you are currently online
This can be …
