polyfill-library 4.0.0 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -2042
- package/package.json +1 -2
- package/polyfills/__dist/Element.prototype.remove/meta.json +1 -1
- package/polyfills/__dist/Element.prototype.remove/min.js +1 -1
- package/polyfills/__dist/Element.prototype.remove/raw.js +11 -0
- package/polyfills/__dist/EventSource/meta.json +1 -1
- package/polyfills/__dist/EventSource/min.js +1 -1
- package/polyfills/__dist/EventSource/raw.js +1075 -1048
- package/polyfills/__dist/HTMLCollection.prototype.@@iterator/meta.json +1 -0
- package/polyfills/__dist/HTMLCollection.prototype.@@iterator/min.js +1 -0
- package/polyfills/__dist/HTMLCollection.prototype.@@iterator/raw.js +6 -0
- package/polyfills/__dist/aliases.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"dependencies":["_ArrayIterator","Symbol.iterator"],"browsers":{"edge":"<18","edge_mob":"<18","chrome":"<51","firefox":"<13","ie":"*","safari":"<10"},"detectSource":"\"Symbol\"in self&&\"iterator\"in self.Symbol&&self.Symbol.iterator in self.HTMLCollection.prototype&&\"function\"==typeof self.HTMLCollection.prototype[self.Symbol.iterator]\n","baseDir":"HTMLCollection/prototype/@@iterator","hasTests":true,"isTestable":true,"isPublic":true,"size":85}
|
@@ -0,0 +1 @@
|
|
1
|
+
HTMLCollection.prototype[Symbol.iterator]=function(){return new ArrayIterator(this)};
|