polyfill-service
Version:
A polyfill combinator
17 lines • 448 B
JSON
{
"browsers": {
"chrome": "*",
"firefox": "*",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "*",
"firefox_mob": "*"
},
"dependencies": [
"Array.prototype.includes"
],
"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 `Array.prototype.includes` instead."
]
}