Removed instructions for enabling LocalFileSystem in Chrome 14+ now that it's enabled by default.

This commit is contained in:
Eli Grey
2011-07-31 22:58:08 -04:00
parent 0f881e1cfa
commit c7b1d41548
+1 -1
View File
@@ -55,7 +55,7 @@ The following examples demonstrate how it is possible to generate and save any t
<dt>Why isn't my filename saved?</dt>
<dd>
<p>
Saving with filenames is only available in browsers that natively support either <code><a href="http://www.w3.org/TR/file-system-api/#using-localfilesystem">LocalFileSystem</a></code> or <code><a href="http://www.w3.org/TR/file-writer-api/#the-filesaver-interface">FileSaver</a></code>, such as <a href="http://www.chromium.org/getting-involved/dev-channel">Google Chrome 14 dev</a>. To enable <code>LocalFileSystem</code> in Google Chrome 14 dev, launch the browser with the <code>--allow-file-access-from-files</code> and <code>--unlimited-quota-for-files</code> flags.
Saving with filenames is only available in browsers that natively support either <code><a href="http://www.w3.org/TR/file-system-api/#using-localfilesystem">LocalFileSystem</a></code> or <code><a href="http://www.w3.org/TR/file-writer-api/#the-filesaver-interface">FileSaver</a></code>, such as <a href="http://www.chromium.org/getting-involved/dev-channel">Google Chrome 14 dev</a>.
</p>
</dd>
</dl>