From e402d21426e25319237b79d0661c77281e895f1a Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Fri, 27 Dec 2013 17:54:17 -0500 Subject: [PATCH] Clarified Safari 6.1+ support (#12) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3618a71..e625db2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Supported Browsers | IE 10+ | Blob | Yes | 600MiB | None | | Opera Next | Blob | Yes | ? | None | | Opera < 15 | data: URI | No | n/a | [Blob.js](https://github.com/eligrey/Blob.js) | -| Safari 6.1+ | Blob | No | ? | None | +| Safari 6.1+* | Blob | No | ? | None | | Safari < 6 | data: URI | No | n/a | [Blob.js](https://github.com/eligrey/Blob.js) | Feature detection is possible: @@ -38,6 +38,12 @@ It is possible to save HTML documents (and only HTML documents) in IE < 10 witho polyfills. See [sudodoki's comment](https://github.com/eligrey/FileSaver.js/issues/56#issuecomment-30917476) for more information on how to accomplish this. +### Safari 6.1+ + +Blobs may be opened instead of saved sometimes—you may have to direct your Safari users to manually +press +S to save the file after it is opened. Further information is available +[on the issue tracker](https://github.com/eligrey/FileSaver.js/issues/12). + Syntax ------