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
- Host: GitHub
- URL: https://github.com/substrate-system/browsers
- Owner: substrate-system
- Created: 2025-05-24T19:51:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-24T20:13:03.000Z (about 1 year ago)
- Last Synced: 2025-06-06T08:07:25.952Z (about 1 year ago)
- Homepage: https://substrate-system.github.io/browsers/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)