Moving canvas-toBlob blurb up above the browser support table

This commit is contained in:
Eli Grey
2013-09-13 12:14:39 -04:00
parent acc0242724
commit fdf59da007
+2 -3
View File
@@ -9,6 +9,8 @@ FileSaver.js is the solution to saving files on the client-side, and is perfect
webapps that need to generate files, or for saving sensitive information that shouldn't be webapps that need to generate files, or for saving sensitive information that shouldn't be
sent to an external server. sent to an external server.
Looking for `canvas.toBlob()` for saving canvases? Check out
[canvas-toBlob.js](https://github.com/eligrey/canvas-toBlob.js) for a cross-browser implementation.
Supported Browsers Supported Browsers
------------------ ------------------
@@ -24,9 +26,6 @@ Supported Browsers
| Opera < 15 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) | | Opera < 15 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) |
| Safari ≤ 6 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) | | Safari ≤ 6 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) |
Looking for `canvas.toBlob()` for saving canvases? Check out
[canvas-toBlob.js](https://github.com/eligrey/canvas-toBlob.js) for a cross-browser implementation.
Note: Unlisted versions or browsers will probably work too; however only the ones listed above have been tested. Note: Unlisted versions or browsers will probably work too; however only the ones listed above have been tested.
Feature detection is possible: Feature detection is possible: