-
-
Notifications
You must be signed in to change notification settings - Fork 669
Dexie.table()
David Fahlander edited this page Nov 25, 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