This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

Network Information API

Summary

Provides an interface for web applications to access the underlying connection information of the device.

NetworkInformation
Is exposed on the Navigator object, and all instances of the Navigator type are defined to also implement the NetworkInformation interface.

Usage

 The main use case of the Network Information API is to allow applications to be gentle with the user's bandwidth when they know it is rare or expensive.

Notes

As of 25 June 2014:

  • Formal work on the Network Information spec has been stopped. The specification is now a W3C Note.
  • Both Chrome and Firefox have shipped Network Information under an experimental feedback channel.

See also

Related articles

Mobile

External resources