├── .pr-preview.json ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── downlink.json ├── examples └── example1.html ├── index.html └── w3c.json /.pr-preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/netinfo/HEAD/.pr-preview.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/netinfo/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/netinfo/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/netinfo/HEAD/README.md -------------------------------------------------------------------------------- /downlink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/netinfo/HEAD/downlink.json -------------------------------------------------------------------------------- /examples/example1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/netinfo/HEAD/examples/example1.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/netinfo/HEAD/index.html -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/netinfo/HEAD/w3c.json --------------------------------------------------------------------------------