mol_dump_lib 0.0.145 → 0.0.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.deps.json +1 -1
- package/node.js +1 -6
- package/node.js.map +1 -1
- package/node.mjs +1 -6
- package/node.test.js +1 -6
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -6
- package/web.deps.json +1 -1
- package/web.js +6 -12
- package/web.js.map +1 -1
- package/web.mjs +6 -12
package/package.json
CHANGED
package/web.d.ts
CHANGED
|
@@ -1846,12 +1846,7 @@ declare namespace $ {
|
|
|
1846
1846
|
|
|
1847
1847
|
declare namespace $ {
|
|
1848
1848
|
class $mol_storage extends $mol_object2 {
|
|
1849
|
-
static native():
|
|
1850
|
-
estimate: () => StorageEstimate;
|
|
1851
|
-
getDirectory: () => FileSystemDirectoryHandle;
|
|
1852
|
-
persist: () => boolean;
|
|
1853
|
-
persisted: () => boolean;
|
|
1854
|
-
};
|
|
1849
|
+
static native(): StorageManager;
|
|
1855
1850
|
static persisted(next?: boolean): boolean;
|
|
1856
1851
|
static estimate(): StorageEstimate;
|
|
1857
1852
|
static dir(): FileSystemDirectoryHandle;
|