Skip to content

Commit c0c85f3

Browse files
committed
moved some text
1 parent 3eeddf1 commit c0c85f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,14 @@ File itself already contains a name, There is a hand full of ways to get a file
8989
instance (from storage, file input, new constructor)
9090
But if you still want to change the name, then you can change it in the 2nd argument
9191

92+
Note: The standard HTML5 `canvas.toBlob()` method is not available in all browsers.
93+
[canvas-toBlob.js][6] is a cross-browser `canvas.toBlob()` that polyfills this.
94+
9295
```js
9396
var file = new File(["Hello, world!"], "hello world.txt", {type: "text/plain;charset=utf-8"});
9497
saveAs(file);
9598
```
9699

97-
Note: The standard HTML5 `canvas.toBlob()` method is not available in all browsers.
98-
[canvas-toBlob.js][6] is a cross-browser `canvas.toBlob()` that polyfills this.
99100

100101

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

0 commit comments

Comments
 (0)