File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11FileSaver.js
22============
33
4- FileSaver.js implements the HTML5 W3C ` saveAs() ` [ FileSaver] [ 1 ] interface in browsers that do
5- not natively support it. There is a [ FileSaver.js demo] [ 2 ] that demonstrates saving
4+ FileSaver.js implements the HTML5 W3C ` saveAs() ` FileSaver interface in browsers that do
5+ not natively support it. There is a [ FileSaver.js demo] [ 1 ] that demonstrates saving
66various media types.
77
88FileSaver.js is the solution to saving files on the client-side, and is perfect for
@@ -83,8 +83,7 @@ Note: The standard HTML5 `canvas.toBlob()` method is not available in all browse
8383
8484![ Tracking image] ( https://in.getclicky.com/212712ns.gif )
8585
86- [ 1 ] : http://www.w3.org/TR/file-writer-api/#the-filesaver-interface
87- [ 2 ] : http://eligrey.com/demos/FileSaver.js/
86+ [ 1 ] : http://eligrey.com/demos/FileSaver.js/
8887 [ 3 ] : https://developer.mozilla.org/en-US/docs/DOM/Blob
8988 [ 4 ] : https://github.com/eligrey/Blob.js
9089 [ 5 ] : https://github.com/eligrey/canvas-toBlob.js
You can’t perform that action at this time.
0 commit comments