Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. NetworkInformation

NetworkInformation

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Note: This feature is available inWeb Workers.

TheNetworkInformation interface of theNetwork Information API provides information about the connection a device is using to communicate with the network and provides a means for scripts to be notified if the connection type changes.TheNetworkInformation interface cannot be instantiated. It is instead accessed through theconnection property of theNavigator interface or theWorkerNavigator interface.

EventTarget NetworkInformation

Instance properties

This interface also inherits properties of its parent,EventTarget.

NetworkInformation.downlinkRead only

Returns the effective bandwidth estimate in megabits per second, rounded to the nearest multiple of 25 kilobits per seconds.

NetworkInformation.downlinkMaxRead onlyExperimental

Returns the maximum downlink speed, in megabits per second (Mbps), for the underlying connection technology.

NetworkInformation.effectiveTypeRead only

Returns the effective type of the connection meaning one of 'slow-2g', '2g', '3g', or '4g'. This value is determined using a combination of recently observed round-trip time and downlink values.

NetworkInformation.rttRead only

Returns the estimated effective round-trip time of the current connection, rounded to the nearest multiple of 25 milliseconds.

NetworkInformation.saveDataRead only

Returnstrue if the user has set a reduced data usage option on the user agent.

NetworkInformation.typeRead onlyExperimental

Returns the type of connection a device is using to communicate with the network. It will be one of the following values:

Instance methods

This interface also inherits methods of its parent,EventTarget.

Events

change

The event that's fired when connection information changes.

Specifications

Specification
Network Information API
# networkinformation-interface

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp