cburgmer / rasterizeHTML.js

Renders HTML into the browser's canvas
http://cburgmer.github.io/rasterizeHTML.js
MIT License
2.45k stars 220 forks source link

Calls supportsBlobBuilding() #175

Closed Kuranes closed 7 years ago

Kuranes commented 7 years ago

Calls supportsBlobBuilding() instead of just checking for existence, so that the check for blob building is really done.

cburgmer commented 7 years ago

Thanks! Can you let me know whether you've actually hit a problem in a browser with that? Would like to know which browser's out there will still have that issue.

Kuranes commented 7 years ago

no, just code reading. ( seems nearly all browser has it but operamini http://caniuse.com/#search=blob )

cburgmer commented 7 years ago

Cool. Also interesting that someone is reading code that thoroughly. Good to know :) Thanks again for the fix!