From 398e651323822d718a58fc5de39db6faf887baf5 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Tue, 25 Jun 2013 15:46:42 -0300 Subject: [PATCH] Might as well make it very clear that the other browsers *do not* support filenames --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0d91ddc..3b0f874 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,13 @@ Supported Browsers * **Supports filenames** * Safari 5+ * Requires [Blob.js](https://github.com/eligrey/Blob.js) + * Does not support filenames * Opera ≤15 * Requires [Blob.js](https://github.com/eligrey/Blob.js) + * Does not support filenames * Firefox <4 * Requires [Blob.js](https://github.com/eligrey/Blob.js) + * Does not support filenames Unlisted future versions of browsers will probably work too; I just haven't tested them.