From 17b3df3b72a788f71259eaf2267df14e9cce63e6 Mon Sep 17 00:00:00 2001 From: Jordan Austin Date: Fri, 12 Jul 2013 11:37:13 -0700 Subject: [PATCH] Added Chrome for Android to supported browser table --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c6beb69..db03ea1 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,16 @@ sent to an external server. 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) | -| Chrome | Blob | Yes | 345MiB/per | 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) | +| 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) | +| Chrome | Blob | Yes | 345MiB/per | None | +| Chrome for Android | Blob | Yes | 345MiB/per | 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) | Note: Unlisted versions or browsers will probably work too; however only the ones listed above have been tested.