An open API service indexing awesome lists of open source software.

https://github.com/substrate-system/browsers

Some information about browsers
https://github.com/substrate-system/browsers

Last synced: 4 months ago
JSON representation

Some information about browsers

Awesome Lists containing this project

README

          

# browsers

Some information about browsers & javascript.

## [async/await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)

* **Since 2017**
* [Chrome version 55+](https://www.lambdatest.com/web-technologies/async-functions-chrome) (December 1, 2016)
* [Firefox version 52+](https://www.lambdatest.com/web-technologies/async-functions-firefox) (March 7, 2017)
* Safari 10.1+ (March 27, 2017)

## [modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)

* Implementations began in **2017**
* Chrome version 61+ (September 5, 2017)
* Firefox version 60+ (June 26, 2018)
* Safari 10.1+ (March 27, 2017)