From a177ebb985ce91adf83cd357e6dc35d3128dbb37 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Tue, 2 Aug 2011 02:57:19 -0400 Subject: [PATCH] Updated demo to reflect the new .download support. --- demo/index.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/index.xhtml b/demo/index.xhtml index 1d9de21..ef98d48 100644 --- a/demo/index.xhtml +++ b/demo/index.xhtml @@ -2,11 +2,11 @@ -FileSaver.js Demo - +FileSaver.js demo + -

FileSaver.js Demo

+

FileSaver.js demo

The following examples demonstrate how it is possible to generate and save any type of data right in the browser using the W3C saveAs() FileSaver interface, without contacting any servers.

@@ -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. + Saving with filenames is only available in browsers that natively support FileSaver or browsers like Google Chrome 14 dev and Google Chrome Canary, that support .download]]> or LocalFileSystem.