mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Bug 1023029: Add 'unknown' type to Network Information API. r=sicking.
This commit is contained in:
parent
20b5cacc2f
commit
6ffd232e45
@ -14,7 +14,8 @@ enum ConnectionType {
|
||||
"ethernet",
|
||||
"wifi",
|
||||
"other",
|
||||
"none"
|
||||
"none",
|
||||
"unknown"
|
||||
};
|
||||
|
||||
[Pref="dom.netinfo.enabled"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user