polyfill-service
Version:
A polyfill combinator
19 lines (18 loc) • 407 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"
},
"dependencies": [
"String.prototype.includes"
],
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes#String.prototype.contains"
}