fix(core): update
This commit is contained in:
parent
948957b03f
commit
dfb4a4f62a
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/webstore',
|
name: '@pushrocks/webstore',
|
||||||
version: '2.0.2',
|
version: '2.0.3',
|
||||||
description: 'high performance storage in the browser using indexed db'
|
description: 'high performance storage in the browser using indexed db'
|
||||||
}
|
}
|
||||||
|
@ -25,8 +25,7 @@ export class WebStore<T = any> {
|
|||||||
|
|
||||||
const smartenv = new plugins.smartenv.Smartenv();
|
const smartenv = new plugins.smartenv.Smartenv();
|
||||||
if (!smartenv.isBrowser) {
|
if (!smartenv.isBrowser) {
|
||||||
const fetch = await smartenv.getSafeNodeModule('fake-indexeddb/auto.js');
|
await smartenv.getSafeNodeModule('fake-indexeddb/auto.js');
|
||||||
globalThis.fetch = fetch.default;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.db = await plugins.idb.openDB(this.options.dbName, 1, {
|
this.db = await plugins.idb.openDB(this.options.dbName, 1, {
|
||||||
|
Loading…
Reference in New Issue
Block a user