From c0c85f387b358e0c9426dde16540271c2fa9daeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Karl=20Roland=20W=C3=A4rting?= Date: Tue, 31 May 2016 09:46:11 +0200 Subject: [PATCH] moved some text --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ff822a..af9a76f 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,14 @@ File itself already contains a name, There is a hand full of ways to get a file instance (from storage, file input, new constructor) But if you still want to change the name, then you can change it in the 2nd argument +Note: The standard HTML5 `canvas.toBlob()` method is not available in all browsers. +[canvas-toBlob.js][6] is a cross-browser `canvas.toBlob()` that polyfills this. + ```js var file = new File(["Hello, world!"], "hello world.txt", {type: "text/plain;charset=utf-8"}); saveAs(file); ``` -Note: The standard HTML5 `canvas.toBlob()` method is not available in all browsers. -[canvas-toBlob.js][6] is a cross-browser `canvas.toBlob()` that polyfills this. ![Tracking image](https://in.getclicky.com/212712ns.gif)