WorkerNavigator: connection property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Note: This feature is only available inWeb Workers.
Theconnection read-only property of theWorkerNavigator interface returns aNetworkInformation object containing information about the system's connection, such as the current bandwidth of the user's device or whether the connection is metered.This could be used to select high definition content or low definition content based on the user's connection.
In this article
Value
ANetworkInformation object.
Specifications
| Specification |
|---|
| Network Information API> # connection-attribute> |