WebAPI/WebMobileConnection
< WebAPI
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;
attribute EventListener onconnectionchange; attribute EventListener onsignalstrengthchange; }