WebAPI/NetworkAPI: Difference between revisions

Jump to navigation Jump to search
(→‎Proposed API: float -> double)
Line 16: Line 16:
== Proposed API ==
== Proposed API ==


   [NoInterfaceObject]
   partial interface Navigator {
  interface NetworkInfo {
     readonly attribute Connection connection;
     readonly attribute Connection connection;
   };
   };
 
   
  Navigator implements NetworkInfo;
 
   interface Connection
   interface Connection
   {
   {
Confirmed users
716

edits

Navigation menu