Skip to content

Commit 592034a

Browse files
committed
Update README.md
1 parent 0055d05 commit 592034a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@ The standard W3C File API [`Blob`][3] interface is not available in all browsers
7171
Note: The standard HTML5 `canvas.toBlob()` method is not available in all browsers.
7272
[canvas-toBlob.js][5] is a cross-browser `canvas.toBlob()` that polyfills this.
7373

74-
### Aborting a save
75-
76-
var filesaver = saveAs(blob, "whatever");
77-
cancel_button.addEventListener("click", function() {
78-
if (filesaver.abort) {
79-
filesaver.abort();
80-
}
81-
}, false);
82-
83-
This is only useful when you're saving very large files (e.g. generated video).
8474

8575
![Tracking image](https://in.getclicky.com/212712ns.gif)
8676

0 commit comments

Comments
 (0)