release: v0.1.14 生产加固 — IDB事务原子性/多标签页感知/幂等init
This commit is contained in:
Vendored
+2
-2
@@ -110,7 +110,7 @@ interface MetonaPlugin {
|
||||
/** 销毁 */
|
||||
destroy(): void;
|
||||
}
|
||||
declare const VERSION = "0.1.13";
|
||||
declare const VERSION = "0.1.14";
|
||||
|
||||
/**
|
||||
* metona-sqlark Plugin — 插件系统
|
||||
@@ -567,7 +567,7 @@ declare class IndexedDBEngine implements IStorageEngine {
|
||||
private idbUpdate;
|
||||
private idbDelete;
|
||||
private idbClear;
|
||||
/** 将内存缓存中的所有表数据刷新到 IndexedDB */
|
||||
/** 将内存缓存中的所有表数据原子性刷新到 IndexedDB */
|
||||
private flushToIDB;
|
||||
private ensureDB;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user