Type alias IDBAction

IDBAction: "put" | "get" | "openCursor" | "delete" | "clear" | "count"

Internal type for define which methods can be called on transaction's store object

Generated using TypeDoc