Initial version of firefox os network information plugin

This commit is contained in:
Rodrigo Silveira
2014-04-07 11:32:28 -07:00
parent f973965a03
commit 4400503400
3 changed files with 66 additions and 36 deletions
+6
View File
@@ -37,6 +37,7 @@ wifi connection, and whether the device has an internet connection.
- Windows Phone 7 and 8
- Tizen
- Windows 8
- Firefox OS
# Connection
@@ -108,6 +109,11 @@ eventually be removed.
- Tizen can only detect a WiFi or cellular connection.
- `navigator.connection.type` is set to `Connection.CELL_2G` for all cellular data.
### Firefox OS Quirks
- Firefox OS can't detect the type of cellular network connection.
- `navigator.connection.type` is set to `Connection.CELL` for all cellular data.
# Network-related Events
## offline