From 079824b6c118fbcd0b99c561d57ad192d2c6619b Mon Sep 17 00:00:00 2001 From: Eli Grey <~@eligrey.com> Date: Mon, 28 Mar 2016 18:54:10 -0400 Subject: [PATCH] Fix #48 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8581cb5..40815ed 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Blob.js Blob.js implements the W3C [`Blob`][1] interface in browsers that do not natively support it. +Supported browsers +------------------ + +Blob.js shares the [same supported browsers as FileSaver.js][2]. + ![Tracking image](https://in.getclicky.com/212712ns.gif) [1]: https://developer.mozilla.org/en-US/docs/Web/API/Blob + [2]: https://github.com/eligrey/FileSaver.js#supported-browsers \ No newline at end of file