NetworkInformation: type property

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 NetworkInformation.type read-only property 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