polyfill-service
Version:
A polyfill combinator
33 lines (32 loc) • 658 B
JSON
{
"aliases": [
"Int8Array",
"Uint8Array",
"Uint8ClampedArray",
"Int16Array",
"Uint16Array",
"Int32Array",
"Uint32Array",
"Float32Array",
"Float64Array",
"DataView",
"ArrayBuffer"
],
"browsers": {
"chrome": "<47",
"firefox": "<55",
"ie": "<14",
"safari": "<10",
"firefox_mob": "<55",
"opera": "<36",
"android": "<47",
"ios_saf": "<10"
},
"license": "Copyright 2010, Linden Research, Inc. Copyright 2014, Joshua Bell.",
"repo": "https://github.com/inexorabletash/polyfill",
"docs": "https://developer.mozilla.org/en-US/docs/Web/API/URL",
"install": {
"module": "js-polyfills",
"paths": ["typedarray.js"]
}
}