Closed Havunen closed 5 years ago
If you search toBlob
polyfill io site:
https://polyfill.io/v2/docs/features/
It says its supported natively in Edge v15+ which is not the case. We tested v16 and v17 and its missing in both
can confirm that edge don't have toBlob
but it has a prefixed version msToBlob
Shouldn't the polyfill service then provide polyfill that uses msToBlob
? now it works in IE11 and just fails in Edge
In polyfill.io/v3 Edge is served the HTMLCanvasElement.prototype.toBlob polyfill 👍
Hey!
HtmlCanvas.toBlob prototype is not served to Edge 17... It should be included for all versions of Edge and IE
UserAgent header is following:
detection script:
There was PR fixing this issue in 3.25.1 ? https://github.com/Financial-Times/polyfill-service/commit/7413a0f5304ff9f4eec8d2e53a85a56dc9493230
The site says its running 3.25.1 but there are no release notes in Github https://github.com/Financial-Times/polyfill-service/releases/tag/v3.25.1 and its not marked as latest release.
This is the URL we used:
https://cdn.polyfill.io/v2/polyfill.min.js?features=HTMLCanvasElement.prototype.toBlob
It seems to be delivered correctly to IE, but not MS Edge