polyfill-service
Version:
A polyfill combinator
21 lines (20 loc) • 429 B
JSON
{
"aliases": [
"es6",
"es2015"
],
"browsers": {
"chrome": "<45",
"firefox": "<32",
"ie": "<12",
"safari": "<9",
"opera": "<32"
},
"dependencies": [
"Object.defineProperty",
"Object.getPrototypeOf"
],
"license": "MIT",
"spec": "https://tc39.github.io/ecma262/#sec-array.prototype.copywithin",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin"
}