Including new navigator.onLine demo

This commit is contained in:
Remy Sharp 2010-03-20 19:38:42 +00:00
parent ddfc822891
commit a1e4d52a36
1 changed files with 9 additions and 0 deletions

View File

@ -96,6 +96,15 @@
"url": "offline",
"tags": "offline events",
"note": "Works on Safari Mobile too",
"support": {
"live": "firefox opera"
}
},
{
"desc": "navigator.onLine tests",
"url": "nav-online",
"tags": "offline",
"note": "Doesn't use events, only polls",
"support": {
"live": "firefox opera ie"
}