polyfill-library 3.110.0 → 3.110.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -4
- package/package.json +1 -1
- package/polyfills/__dist/ArrayBuffer/meta.json +1 -1
- package/polyfills/__dist/ArrayBuffer/min.js +1 -1
- package/polyfills/__dist/ArrayBuffer/raw.js +8 -6
- package/polyfills/__dist/Node.prototype.isSameNode/meta.json +1 -0
- package/polyfills/__dist/Node.prototype.isSameNode/min.js +1 -0
- package/polyfills/__dist/Node.prototype.isSameNode/raw.js +27 -0
- package/polyfills/__dist/TextEncoder/meta.json +1 -1
- package/polyfills/__dist/TextEncoder/min.js +1 -1
- package/polyfills/__dist/TextEncoder/raw.js +67 -44
- package/polyfills/__dist/TypedArray.prototype.at/meta.json +1 -1
- package/polyfills/__dist/TypedArray.prototype.at/min.js +1 -1
- package/polyfills/__dist/TypedArray.prototype.at/raw.js +19 -2
- package/polyfills/__dist/aliases.json +1 -1
- package/polyfills/__dist/document.currentScript/meta.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"repo":"https://github.com/amiller-gh/currentScript-polyfill","license":"MIT","docs":"https://developer.mozilla.org/en-US/docs/Web/API/Document/currentScript","spec":"https://html.spec.whatwg.org/multipage/dom.html#dom-document-currentscript","browsers":{"ie":"*"},"detectSource":"\"document\"in self&&\"currentScript\"in self.document\n","baseDir":"document/currentScript","hasTests":true,"isTestable":true,"isPublic":true,"size":332}
|
1
|
+
{"dependencies":["Object.defineProperty"],"repo":"https://github.com/amiller-gh/currentScript-polyfill","license":"MIT","docs":"https://developer.mozilla.org/en-US/docs/Web/API/Document/currentScript","spec":"https://html.spec.whatwg.org/multipage/dom.html#dom-document-currentscript","browsers":{"ie":"*"},"detectSource":"\"document\"in self&&\"currentScript\"in self.document\n","baseDir":"document/currentScript","hasTests":true,"isTestable":true,"isPublic":true,"size":332}
|