From 23547b19674fed733245fc9bec0facb9af855e72 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 19 Oct 2014 11:19:19 +0300 Subject: adding proper Save As (with non random filename); MIT licensed Actually seems that the proper way to save nowadays is the [download] (https://html.spec.whatwg.org/multipage/semantics.html#attr-hyperlink-download) attribute of a 'a' element, but that's also supported by the added [FileSaver.js] (external/scripts/FileSaver.js) --- index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 03245cd9..83dcc535 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,8 @@ + + -- cgit v1.3.1