Closed
Bug 1228313
Opened 10 years ago
Closed 5 years ago
Information about offline/online events and property is confusing and sometimes conflicting between different MDN pages
Categories
(Developer Documentation Graveyard :: API: Miscellaneous, defect)
Developer Documentation Graveyard
API: Miscellaneous
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: marco, Unassigned)
References
Details
https://developer.mozilla.org/en-US/docs/Online_and_offline_events
"Firefox 2 updates this property when switching to/from the browser's Offline mode, and when losing/regaining network connectivity in Windows and Linux."
"These two events are fired on the <body> of each page when the browser switches between online and offline mode"
https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/onLine:
"In Firefox and Internet Explorer, switching the browser to offline mode sends a false value. Until Firefox 41, all other conditions return a true value; since Firefox 41, on OS X and Windows, the value will follow the actual network connectivity."
https://developer.mozilla.org/en-US/docs/Web/Events/online
https://developer.mozilla.org/en-US/docs/Web/API/Document/ononline
On Linux:
https://bugzilla.mozilla.org/show_bug.cgi?id=1228309
These events and the property can be really useful when developing apps that support working while offline.
Comment 1•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•