polyfill-service
Version:
A polyfill combinator
23 lines • 506 B
JSON
{
"browsers": {
"ie": "9 - *",
"ie_mob": "*",
"firefox": "*",
"chrome": "* - 37",
"safari": "*",
"ios_saf": "*",
"opera": "* - 24",
"op_mob": "*",
"android": "*",
"bb": "*",
"firefox_mob": "*"
},
"dependencies": [
"Object.defineProperty"
],
"notes": [
"In IE <= 8 window.screen is read-only, so the orientation property is not definable"
],
"spec": "http://www.w3.org/TR/screen-orientation/",
"docs": "https://developer.mozilla.org/en-US/docs/Web/API/Screen/orientation"
}