@ungap/global-this
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@ungap/global-this", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A cross engine globalThis.", | ||
@@ -5,0 +5,0 @@ "main": "cjs/index.js", |
@@ -9,8 +9,2 @@ # globalThis | ||
Compatible with IE9 and above, plus all other engines/browsers. | ||
For IE8 support, simply put the following on top of your page: | ||
```html | ||
<!--[if IE 8]><script>this.globalThis=this</script><![endif]--> | ||
``` | ||
Compatible with IE8 and above, plus all other engines and browsers. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2090
10