polyfill-service
Version:
A polyfill combinator
29 lines (28 loc) • 639 B
JSON
{
"aliases": [
"modernizr:urlparser",
"blissfuljs",
"default"
],
"browsers": {
"chrome": "<49",
"firefox": "<29",
"ie": "8 - *",
"ie_mob": "*",
"safari": "*",
"firefox_mob": "<29",
"opera": "<36",
"android": "*"
},
"dependencies": [
"Object.defineProperties",
"Array.prototype.forEach"
],
"notes": [
"`searchParams` is not iterable and has no `forEach()`, `entries()`, `keys()`, `values()` methods",
"Polyfill requires Object getters so fails in IE < 8"
],
"license": "CC0",
"repo": "https://github.com/inexorabletash/polyfill",
"docs": "https://developer.mozilla.org/en-US/docs/Web/API/URL"
}