NetworkInformation: type property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.
Note: This feature is available inWeb Workers.
Thetype read-only property of theNetworkInformation interface returns the type of connection a device is using to communicate with the network.
In this article
Value
An enumerated value that is one of the following values:
"bluetooth""cellular""ethernet""none""wifi""wimax""other""unknown"
Specifications
| Specification |
|---|
| Network Information API> # dom-networkinformation-type> |