polyfill-service
Version:
A polyfill combinator
23 lines (22 loc) • 522 B
JSON
{
"aliases": [
"default"
],
"browsers": {
"firefox": "6 - 10",
"ie": "6 - 11",
"ie_mob": "10",
"opera": "10 - 11.5",
"safari": "4 - 7",
"firefox_mob": "6 - 10"
},
"dependencies": [
"Window",
"Document",
"Element"
],
"docs": "https://developer.mozilla.org/en/docs/Web/API/Event",
"notes": [
"Where necessary, also adds the [EventTarget](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener) methods `addEventListener`, `removeEventListener` and `dispatchEvent`."
]
}