WebAPI/NetworkAPI: Difference between revisions

Jump to navigation Jump to search
→‎Proposed API: float -> double
(→‎Proposed API: float -> double)
Line 26: Line 26:
   {
   {
     // Estimated speed (in MB/s) of the current connection.
     // Estimated speed (in MB/s) of the current connection.
     readonly attribute float        speed;
     readonly attribute double  speed;
     // Return whether the current connection is restricted (like quota, pay per use, etc.).
     // Return whether the current connection is restricted (like quota, pay per use, etc.).
     readonly attribute boolean       restricted;
     readonly attribute boolean restricted;
   }
   }


Confirmed users
368

edits

Navigation menu