Removing old FAQ that doesn't apply to current gen browsers that all support filenames now

This commit is contained in:
Eli Grey
2013-06-25 15:47:29 -03:00
parent 398e651323
commit 781aa84d96
+1 -12
View File
@@ -49,20 +49,9 @@ The following examples demonstrate how it is possible to generate and save any t
<input type="submit" value="Save"/>
</form>
</section>
<section id="faq">
<h1>FAQ</h1>
<dl>
<dt>Why isn't my filename saved?</dt>
<dd>
<p>
Saving with filenames is only available in browsers that natively support <a href="http://www.w3.org/TR/file-writer-api/#the-filesaver-interface"><code>FileSaver</code></a> or browsers like <a href="http://www.chromium.org/getting-involved/dev-channel">Google Chrome 14 dev</a> and <a href="http://tools.google.com/dlpage/chromesxs">Google Chrome Canary</a>, that support <a href="http://developers.whatwg.org/links.html#downloading-resources"><code><![CDATA[<a>.@download]]></code></a> or <a href="http://www.w3.org/TR/file-system-api/#using-localfilesystem"><code>LocalFileSystem</code></a>.
</p>
</dd>
</dl>
</section>
<script type="application/ecmascript" async="" src="https://raw.github.com/eligrey/Blob.js/master/Blob.min.js"/>
<script type="application/ecmascript" async="" src="https://raw.github.com/eligrey/canvas-toBlob.js/master/canvas-toBlob.js"/>
<script type="application/ecmascript" async="" src="https://raw.github.com/eligrey/FileSaver.js/master/FileSaver.js"/>
<script type="application/ecmascript" async="" src="https://raw.github.com/eligrey/FileSaver.js/master/demo/demo.js"/>
</body>
</html>
</html>