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