CapyTheBeara

Results 4 comments of CapyTheBeara

Sorry I didn't catch that earlier. I just did the rebase, so it should be good to go. On Oct 6, 2013, at 8:04 PM, Erik Bryn [email protected] wrote: >...

@taras, you could have worked with the Database and ObjectStore objects directly, but you start to get into the nuances of the IndexedDB API, which in my opinion, is a...

It is possible to do `db.createObjectStore('photos')`. However, because of the way IndexedDB does database versioning, it requires more work. For example, if at the start of a script you open...

There's some recursion going on that I don't think we could get around. The `#open` method isn't a Database method. `#open` gets called on the browser's `indexedDB` object and would...