-
Notifications
You must be signed in to change notification settings - Fork 16
Compatibility Chart
Jayson Harshbarger edited this page Nov 13, 2015
·
6 revisions
For maximum compatibility across browsers include eligrey/FileSaver.js/, eligrey/canvas-toBlob.js, and eligrey/Blob.js (or equalivalents).
Browser | Tested Version | asSvg | asPng |
---|---|---|---|
Chrome | 45 | yes | yes |
Chrome for Android | 45 | yes | yes |
Opera 15+ | 32 | yes | yes |
Firefox 20+ | 40 | yes | yes |
IE 10+ | 11 | FileSaver | no* |
Edge | 20 | FileSaver | FileSaver, canvas-toBlob.js |
Safari < 6 | 5.1 | yes | no* |
Safari > 6 | 6.1 | yes | no* |
* Security issue reported converting canvas to Blob.
Browser | asSvg | asPng |
---|---|---|
Firefox < 20 | FileSaver, Blob.js | FileSaver, Blob.js |
IE < 10 | no | no* |
Opera < 15 | FileSaver, Blob.js | FileSaver, Blob.js |