Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
HTMLCanvasElement.toBlob()
unconditionally in PDFPrintService
The fallback is very old code, and according to the MDN compatibility data `HTMLCanvasElement.toBlob()` should be available in all browsers that we support now: https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob#browser_compatibility
- Loading branch information