Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ungap/global-this
A cross engine globalThis
https://github.com/ungap/global-this
Last synced: 3 months ago
JSON representation
A cross engine globalThis
- Host: GitHub
- URL: https://github.com/ungap/global-this
- Owner: ungap
- License: isc
- Created: 2019-04-18T13:52:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T08:28:11.000Z (almost 4 years ago)
- Last Synced: 2024-07-18T09:59:25.659Z (4 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 129
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# globalThis
A cross engine globalThis, fully inspired by https://mathiasbynens.be/notes/globalthis
* ESM as `import '@ungap/global-this'`
* CJS as `require('@ungap/global-this');`
* JS as ``Compatible with IE8 and above, plus all other engines and browsers.