WebAPI/NetworkAPI: Difference between revisions

Jump to navigation Jump to search
Line 24: Line 24:
     // Estimated bandwidth (in MB/s) of the current connection.
     // Estimated bandwidth (in MB/s) of the current connection.
     readonly attribute double  bandwidth;
     readonly attribute double  bandwidth;
     // Return whether the current connection is restricted (like quota, pay per use, etc.).
     // Return whether the current connection is metered (like quota limitation, pay per use, etc.).
     readonly attribute boolean restricted;
     readonly attribute boolean metered;
   }
   }


Confirmed users
368

edits

Navigation menu