polyfill-service
Version:
A polyfill combinator
22 lines (21 loc) • 451 B
JSON
{
"aliases": [
"es6",
"modernizr:es6array",
"default"
],
"browsers": {
"chrome": "<=44",
"firefox": "* - 24",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "*",
"firefox_mob": "* - 24"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.of",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of"
}