UNPKG

polyfill-service

Version:
29 lines (28 loc) 782 B
{ "aliases": [ "default" ], "browsers": { "ie": "<12", "safari": "<7.1", "firefox": "<29", "chrome": "<38", "android": "*", "firefox_mob": "<29", "ie_mob": "*", "opera_mob": "*", "ios_saf": "<8" }, "dependencies": [ "Array.prototype.indexOf", "Symbol", "Symbol.iterator", "Symbol.species", "Object.defineProperty", "Number.isNaN" ], "notes": [ "For compatibility with very old engines, `Set.prototype.delete` must be accessed using square bracket notation because 'delete' is a reserved word. `mySet.delete()` is an error in IE8. Use `mySet['delete']()` instead.", "The test suite for this polyfill is derived from work of Andrea Giammarchi which is [published under an MIT licence](https://github.com/WebReflection/es6-collections)" ] }