Alan K

Results 33 comments of Alan K

I'm reviewing this now. Sorry for the huge delay. I need a sec to catch up on all the context as well.

Is this for compatibility reasons only? According to the [docs](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB) it's possible for a transaction to report completion before data is flushed to physical storage. There's also no standardization (I...

WebFS has some hits on it :/

Not supported yet in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=701634

@sedge Yes, that sounds reasonable.

Currently I'm using JSON objects to store the metadata, so the ArrayByffers are only read when actual data is read. Storing the data outside the database is appealing though. One...

Actually, I think you're right so long as the metadata is JSON.

Yeah, that might be the way to go. I'm considering this low proiority for now, since it mostly addresses performance.

I now need this for dealing with media streams. Investigating.