polyfill-service
Version:
A polyfill combinator
26 lines (25 loc) • 507 B
JSON
{
"aliases": [
"default",
"caniuse:requestanimationframe",
"modernizr:requestanimationframe"
],
"browsers": {
"bb": "7",
"chrome": "1 - 23",
"ie": "6 - 9",
"ios_saf": "3.2 - 6",
"firefox": "3.6 - 22",
"opera": "9 - 12.1",
"op_mini": "5 - 7",
"op_mob": "10 - 12.1",
"safari": "3.1 - 6",
"firefox_mob": "3.6"
},
"dependencies": [
"Date.now",
"performance.now"
],
"license": "MIT",
"docs": "https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame"
}