-
-
Notifications
You must be signed in to change notification settings - Fork 668
Dexie.table()
David Fahlander edited this page Jun 21, 2016
·
13 revisions
db.table(storeName)
storeName : String | The name of the store to retrieve |
In Dexie v1.3.x and below, it wasn't safe to store the result in a var and reuse it later. But since version 1.4.0, it is safe to do so. Ongoing transaction is now inspected at runtime (when table is used, not when returned from this method).
Dexie.js - minimalistic and bullet proof indexedDB library