Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1244)

Unified Diff: Source/core/page/NavigatorOnLine.idl

Issue 23308006: Introduce NavigatorOnLine interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No change Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/page/NavigatorOnLine.idl
diff --git a/Source/core/page/NavigatorOnLine.idl b/Source/core/page/NavigatorOnLine.idl
new file mode 100644
index 0000000000000000000000000000000000000000..9833463ab42324819c4b7fea5e57218bc35fc963
--- /dev/null
+++ b/Source/core/page/NavigatorOnLine.idl
@@ -0,0 +1,5 @@
+[
+ NoInterfaceObject
+] interface NavigatorOnLine {
+ readonly attribute boolean onLine;
+};

Powered by Google App Engine
This is Rietveld 408576698