Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
5e4f493a21 | |||
62f32bd2ba | |||
d537d04fb6 | |||
b1586354e9 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/webstore",
|
||||
"version": "2.0.11",
|
||||
"version": "2.0.13",
|
||||
"private": false,
|
||||
"description": "high performance storage in the browser using indexed db",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/webstore',
|
||||
version: '2.0.11',
|
||||
version: '2.0.13',
|
||||
description: 'high performance storage in the browser using indexed db'
|
||||
}
|
||||
|
@ -7,7 +7,6 @@ export interface IWebStoreOptions {
|
||||
|
||||
export class WebStore<T = any> {
|
||||
public db: plugins.idb.IDBPDatabase;
|
||||
public objectStore: plugins.idb.IDBPObjectStore;
|
||||
public options: IWebStoreOptions;
|
||||
private initCalled: boolean = false;
|
||||
private readyDeferred = plugins.smartpromise.defer();
|
||||
|
Reference in New Issue
Block a user