polyfill-service
Version:
A polyfill combinator
23 lines (22 loc) • 519 B
JSON
{
"browsers": {
"chrome": "<26",
"firefox": "<14",
"ie": "8 - 11",
"opera": "<15",
"safari": "<6",
"android": "<4.4",
"firefox_mob": "<14",
"ie_mob": "<11",
"op_mob": "<15",
"ios_saf": "<7"
},
"repo": "https://github.com/megawac/MutationObserver.js",
"docs": "https://developer.mozilla.org/en/docs/Web/API/MutationObserver",
"spec": "https://dom.spec.whatwg.org/#mutationobserver",
"license": "WTFPL",
"install": {
"module": "mutationobserver-shim",
"paths": ["MutationObserver.js"]
}
}