Closed
Bug 1057169
Opened 10 years ago
Closed 5 years ago
Implement Network Information API on desktop platforms
Categories
(Core :: DOM: Device Interfaces, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sicking, Unassigned)
References
()
Details
(Keywords: dev-doc-needed)
This is only really useful if we can detect when we are tethering, and when we are not. Otherwise we would essentially always just claim that the user was on a fast connection which isn't really useful for developers.
However we could detect that we are tethering the same way Android does. Information here:
http://stackoverflow.com/questions/23877476/android-why-connectivitymanager-isactivenetworkmetered-always-returning-true/23879816#23879816
Updated•10 years ago
|
Keywords: dev-doc-needed
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Comment 1•5 years ago
|
||
This exposes too much end user information as-is. See also https://github.com/mozilla/standards-positions/issues/117.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Comment 2•5 years ago
|
||
Anne, do we still implement this on Fx Android? If so, plans to remove it there?
https://developer.mozilla.org/en-US/docs/Web/API/Network_Information_API#Browser_compatibility currently says supported in Fx Android 31 (and behind a pref on Desktop). Is that still accurate?
We probably need to update the docs to make the standards position more clear.
Flags: needinfo?(annevk)
You need to log in
before you can comment on or make changes to this bug.
Description
•