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.
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
.