polyfill-service
Version:
A polyfill combinator
24 lines (23 loc) • 538 B
JSON
{
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"bb": "6 - 10",
"chrome": "<=45",
"firefox": "3.6 - 24",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "* - 7.1",
"ios_saf": "* - 8.0",
"ios_chr": "* - 8.0",
"firefox_mob": "3.6 - 24"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.findIndex",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex"
}