Confirmed users
368
edits
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 | // Return whether the current connection is metered (like quota limitation, pay per use, etc.). | ||
readonly attribute boolean | readonly attribute boolean metered; | ||
} | } | ||