canmove, Confirmed users
725
edits
(Created page with "= Goals = Expose information about the current mobile data connection to (certain) HTML content. = Proposed API = interface MobileConnection { }") |
|||
Line 5: | Line 5: | ||
= Proposed API = | = Proposed API = | ||
interface MobileConnection | interface MobileConnection : EventTarget | ||
{ | { | ||
attribute bool connected; | |||
attribute bool roaming; | |||
attribute string operator; | |||
attribute string type | |||
attribute float signalstrength; | |||
} | } |