From ddfc82289107544f0e0e5b0654bc53c633fb4e85 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Sat, 20 Mar 2010 19:37:02 +0000 Subject: [PATCH] New demo to test navigator.onLine without events --- demos/nav-online.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 demos/nav-online.html diff --git a/demos/nav-online.html b/demos/nav-online.html new file mode 100644 index 0000000..9a423ec --- /dev/null +++ b/demos/nav-online.html @@ -0,0 +1,13 @@ +navigator.onLine testing +
+

Current network status: checking...

+

A timer is constantly polling the navigator.onLine property, which is typically switched via File -> Work Offline

+
+ \ No newline at end of file