Bug 1023029: Add 'unknown' type to Network Information API. r=sicking.

This commit is contained in:
John Shih 2014-06-19 16:24:43 +08:00
parent 20b5cacc2f
commit 6ffd232e45

View File

@ -14,7 +14,8 @@ enum ConnectionType {
"ethernet",
"wifi",
"other",
"none"
"none",
"unknown"
};
[Pref="dom.netinfo.enabled"]