WebAPI/NetworkAPI: Difference between revisions

Jump to navigation Jump to search
(first draft)
 
Line 16: Line 16:
== Proposed API ==
== Proposed API ==


There is an object in window.navigator named ''mozBattery'' with the following interface:
  [NoInterfaceObject]
  interface NetworkInfo {
    readonly attribute Connection connection;
  };
 
  Navigator implements NetworkInfo;
 
   interface Connection
   interface Connection
   {
   {
Confirmed users
368

edits

Navigation menu