ebryn / EasyIndexedDB

An IndexedDB wrapper that exposes a promise-based API where possible
17 stars 3 forks source link

Implement ObjectStore API for indexes #2

Closed CapyTheBeara closed 11 years ago

CapyTheBeara commented 11 years ago

Is the plan to wrap the entire Indexed Database API? If so, here are some more ObjectStore methods.

ebryn commented 11 years ago

Yeah, I would like to wrap the whole API. Thanks!