From d67735964e4b63a492bdbf084ff6ac12605586ed Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Fri, 12 Jul 2013 16:06:09 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf56683..a786c81 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ Supported Browsers | Browser | Constructs as | Filenames | Size | Dependancies | | -------------- | ------------- | ------------ | ---------- | ------------ | | Firefox 20+ | Blob | Yes | 800MiB/per | None | -| Firefox ≤ 19 | Blob | NO | | [Blob.js](https://github.com/eligrey/Blob.js) | +| Firefox ≤ 19 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) | | Chrome | Blob | Yes | 345MiB/per | None | | Chrome for Android v28+ | Blob | Yes | | None | | IE 10+ | Blob | Yes | 600MiB/per | None | | Opera Next | Blob | Yes | | None | -| Opera < 15 | datURL | NO | | [Blob.js](https://github.com/eligrey/Blob.js) | -| Safari ≤ 6 | dataURL | NO | | [Blob.js](https://github.com/eligrey/Blob.js) | +| Opera < 15 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) | +| Safari ≤ 6 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) | Note: Unlisted versions or browsers will probably work too; however only the ones listed above have been tested.