WebAPI/WebMobileConnection

From MozillaWiki
Jump to navigation Jump to search

Goals

Expose information about the current mobile data connection to (certain) HTML content.

Proposed API

 interface MobileConnection : EventTarget
 {
   attribute bool   connected;
   attribute bool   roaming;
   attribute string operator;
   attribute string type
   attribute float  signalstrength;
 }