polyfill-service
Version:
A polyfill combinator
19 lines (18 loc) • 330 B
JSON
{
"alias": [
"HTMLCanvasElement.protoype.toBlob"
],
"browsers": {
"chrome": "<50",
"firefox": "<19",
"safari": "*",
"ie": "10 - 11",
"opera": "*"
},
"dependencies": [
"atob",
"Object.defineProperty"
],
"docs": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob",
"license": "MIT"
}