From dffa3a49896d4635eb1e8f67730b85699c1eb743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Karl=20Roland=20W=C3=A4rting?= Date: Thu, 22 Jun 2017 09:01:12 +0200 Subject: [PATCH] Updated browser support closes #12 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdfd1f4..8ef3286 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Supported browsers | Opera < 15 | data: URI | No | n/a | [Blob.js](https://github.com/eligrey/Blob.js) | | Safari 6.1+* | Blob | No | ? | None | | Safari < 6 | data: URI | No | n/a | [Blob.js](https://github.com/eligrey/Blob.js) | +| Safari 10.1+   | Blob         | Yes         | n/a           | None | Feature detection is possible: @@ -145,4 +146,4 @@ Additionally, typscript definitions can be installed via: ```bash npm install @types/file-saver --save-dev -``` \ No newline at end of file +```