-
-
Notifications
You must be signed in to change notification settings - Fork 663
WriteableTable.delete()
David Fahlander edited this page Mar 28, 2014
·
7 revisions
Delete object from store.
table.delete(primaryKey)
primaryKey | Primary key of the object to delete |
Deletes the object and resolves or rejects the returned promise when done.
Dexie.js - minimalistic and bullet proof indexedDB library