polyfill-service
Version:
A polyfill combinator
23 lines (22 loc) • 681 B
JSON
{
"browsers": {
"android": "*",
"bb": "*",
"chrome": "*",
"firefox": "3.6 - 17",
"opera": "10 - 18",
"safari": "*",
"ie": "6 - *",
"ie_mob": "10 - *",
"ios_saf": "*",
"firefox_mob": "3.6 - 17",
"samsung_mob": "*"
},
"dependencies": [
"String.prototype.includes"
],
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes#String.prototype.contains",
"notes": [
"This feature was deprecated since it was found to [break older versions of Mootools](https://esdiscuss.org/topic/having-a-non-enumerable-array-prototype-contains-may-not-be-web-compatible). Use `String.prototype.includes` instead."
]
}