Confirmed users
368
edits
(→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 | 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 | readonly attribute boolean restricted; | ||
} | } | ||