WebPlatformTest / HTML5test

How well does your browser support HTML5?
https://html5test.com
MIT License
995 stars 193 forks source link

IndexDB blob read/write & Blob URI #226

Closed DrYSG closed 11 years ago

DrYSG commented 11 years ago

Can you add these items to the File API.

IndexDB Blob read/write ? Blob URI

Here is a very short Javascript to test for this:

http://jsbin.com/eruhof/2/edit

I have been having great trouble finding out any mobile support for this. (and you are saying that Chrome v23 supports indexdb, but it does not support blobs on windows at least).

NielsLeenheer commented 11 years ago

Do you know of any desktop or mobile browser that does support blobs?

NielsLeenheer commented 11 years ago

Added to the next version of html5test.

DrYSG commented 11 years ago

To answer your question: IE10 and FireFox desktop both support binary blobs. Chromium is adding it now.