ebryn / EasyIndexedDB

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

Use objectStore's keyPath instead of "id" #1

Closed CapyTheBeara closed 11 years ago

CapyTheBeara commented 11 years ago

Addresses the FIXME in Database#add and #put.

ebryn commented 11 years ago

Thanks! :)