From c7b1d4154819f9229d9f58a67453d6355407e770 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Sun, 31 Jul 2011 22:58:08 -0400 Subject: [PATCH] Removed instructions for enabling LocalFileSystem in Chrome 14+ now that it's enabled by default. --- demo/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.xhtml b/demo/index.xhtml index 35a46ec..1d9de21 100644 --- a/demo/index.xhtml +++ b/demo/index.xhtml @@ -55,7 +55,7 @@ The following examples demonstrate how it is possible to generate and save any t
Why isn't my filename saved?

- Saving with filenames is only available in browsers that natively support either LocalFileSystem or FileSaver, such as Google Chrome 14 dev. To enable LocalFileSystem in Google Chrome 14 dev, launch the browser with the --allow-file-access-from-files and --unlimited-quota-for-files flags. + Saving with filenames is only available in browsers that natively support either LocalFileSystem or FileSaver, such as Google Chrome 14 dev.