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 an experimental technology
Check the Browser compatibility table carefully before using this in production.
Note: This feature is available in Web Workers.
The type
read-only property of the NetworkInformation
interface returns the type of connection a device is using to communicate with the network.
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 |
Browser compatibility
BCD tables only load in the browser