@fgv/ts-web-extras 5.1.0-2 → 5.1.0-21
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/dist/packlets/crypto-utils/browserCryptoProvider.js +208 -18
- package/dist/packlets/crypto-utils/browserCryptoProvider.js.map +1 -1
- package/dist/packlets/file-tree/fileApiTreeAccessors.js +1 -1
- package/dist/packlets/file-tree/fileApiTreeAccessors.js.map +1 -1
- package/dist/packlets/file-tree/httpTreeAccessors.js +72 -42
- package/dist/packlets/file-tree/httpTreeAccessors.js.map +1 -1
- package/dist/ts-web-extras.d.ts +59 -7
- package/dist/tsdoc-metadata.json +1 -1
- package/lib/packlets/crypto-utils/browserCryptoProvider.d.ts +52 -5
- package/lib/packlets/crypto-utils/browserCryptoProvider.d.ts.map +1 -1
- package/lib/packlets/crypto-utils/browserCryptoProvider.js +207 -17
- package/lib/packlets/crypto-utils/browserCryptoProvider.js.map +1 -1
- package/lib/packlets/file-tree/fileApiTreeAccessors.d.ts +1 -1
- package/lib/packlets/file-tree/fileApiTreeAccessors.js +1 -1
- package/lib/packlets/file-tree/fileApiTreeAccessors.js.map +1 -1
- package/lib/packlets/file-tree/httpTreeAccessors.d.ts +6 -0
- package/lib/packlets/file-tree/httpTreeAccessors.d.ts.map +1 -1
- package/lib/packlets/file-tree/httpTreeAccessors.js +72 -42
- package/lib/packlets/file-tree/httpTreeAccessors.js.map +1 -1
- package/package.json +27 -26
- package/.rush/temp/chunked-rush-logs/ts-web-extras.build.chunks.jsonl +0 -75
- package/.rush/temp/chunked-rush-logs/ts-web-extras.test.chunks.jsonl +0 -75
- package/.rush/temp/operation/build/all.log +0 -75
- package/.rush/temp/operation/build/error.log +0 -18
- package/.rush/temp/operation/build/log-chunks.jsonl +0 -75
- package/.rush/temp/operation/build/state.json +0 -3
- package/.rush/temp/operation/test/all.log +0 -75
- package/.rush/temp/operation/test/error.log +0 -18
- package/.rush/temp/operation/test/log-chunks.jsonl +0 -75
- package/.rush/temp/operation/test/state.json +0 -3
- package/.rush/temp/shrinkwrap-deps.json +0 -635
- package/CHANGELOG.md +0 -23
- package/config/api-extractor.json +0 -343
- package/config/jest.config.json +0 -19
- package/config/rig.json +0 -16
- package/config/typedoc.json +0 -6
- package/dist/test/mocks/idb-keyval.js +0 -6
- package/dist/test/mocks/idb-keyval.js.map +0 -1
- package/dist/test/setupTests.js +0 -74
- package/dist/test/setupTests.js.map +0 -1
- package/dist/test/unit/browserHashProvider.test.js +0 -140
- package/dist/test/unit/browserHashProvider.test.js.map +0 -1
- package/dist/test/unit/directoryHandleStore.test.js +0 -190
- package/dist/test/unit/directoryHandleStore.test.js.map +0 -1
- package/dist/test/unit/fileApiTreeAccessors.test.js +0 -1188
- package/dist/test/unit/fileApiTreeAccessors.test.js.map +0 -1
- package/dist/test/unit/fileApiTypes.test.js +0 -472
- package/dist/test/unit/fileApiTypes.test.js.map +0 -1
- package/dist/test/unit/fileSystemAccessTreeAccessors.test.js +0 -622
- package/dist/test/unit/fileSystemAccessTreeAccessors.test.js.map +0 -1
- package/dist/test/unit/fileTreeHelpers.test.js +0 -590
- package/dist/test/unit/fileTreeHelpers.test.js.map +0 -1
- package/dist/test/unit/httpTreeAccessors.test.js +0 -1229
- package/dist/test/unit/httpTreeAccessors.test.js.map +0 -1
- package/dist/test/unit/localStorageTreeAccessors.test.js +0 -812
- package/dist/test/unit/localStorageTreeAccessors.test.js.map +0 -1
- package/dist/test/unit/urlParams.test.js +0 -393
- package/dist/test/unit/urlParams.test.js.map +0 -1
- package/dist/test/utils/fileSystemAccessMocks.js +0 -271
- package/dist/test/utils/fileSystemAccessMocks.js.map +0 -1
- package/dist/test/utils/testHelpers.js +0 -124
- package/dist/test/utils/testHelpers.js.map +0 -1
- package/docs/@fgv/namespaces/CryptoUtils/README.md +0 -18
- package/docs/@fgv/namespaces/CryptoUtils/classes/BrowserCryptoProvider.md +0 -203
- package/docs/@fgv/namespaces/CryptoUtils/classes/BrowserHashProvider.md +0 -63
- package/docs/@fgv/namespaces/CryptoUtils/functions/createBrowserCryptoProvider.md +0 -18
- package/docs/@fgv/namespaces/FileTreeHelpers/README.md +0 -19
- package/docs/@fgv/namespaces/FileTreeHelpers/functions/extractFileListMetadata.md +0 -23
- package/docs/@fgv/namespaces/FileTreeHelpers/functions/extractFileMetadata.md +0 -23
- package/docs/@fgv/namespaces/FileTreeHelpers/functions/fromDirectoryUpload.md +0 -33
- package/docs/@fgv/namespaces/FileTreeHelpers/functions/fromFileList.md +0 -33
- package/docs/@fgv/namespaces/FileTreeHelpers/functions/getOriginalFile.md +0 -25
- package/docs/@fgv/namespaces/FileTreeHelpers/variables/defaultFileApiTreeInitParams.md +0 -11
- package/docs/README.md +0 -78
- package/docs/classes/DirectoryHandleStore.md +0 -116
- package/docs/classes/FileApiTreeAccessors.md +0 -286
- package/docs/classes/FileSystemAccessTreeAccessors.md +0 -557
- package/docs/classes/HttpTreeAccessors.md +0 -508
- package/docs/classes/LocalStorageTreeAccessors.md +0 -520
- package/docs/functions/exportAsJson.md +0 -23
- package/docs/functions/exportUsingFileSystemAPI.md +0 -26
- package/docs/functions/extractDirectoryPath.md +0 -23
- package/docs/functions/isDirectoryHandle.md +0 -23
- package/docs/functions/isFileHandle.md +0 -23
- package/docs/functions/isFilePath.md +0 -21
- package/docs/functions/parseContextFilter.md +0 -22
- package/docs/functions/parseQualifierDefaults.md +0 -22
- package/docs/functions/parseResourceTypes.md +0 -22
- package/docs/functions/parseUrlParameters.md +0 -15
- package/docs/functions/safeShowDirectoryPicker.md +0 -24
- package/docs/functions/safeShowOpenFilePicker.md +0 -24
- package/docs/functions/safeShowSaveFilePicker.md +0 -24
- package/docs/functions/supportsFileSystemAccess.md +0 -23
- package/docs/interfaces/FilePickerAcceptType.md +0 -16
- package/docs/interfaces/FileSystemCreateWritableOptions.md +0 -15
- package/docs/interfaces/FileSystemDirectoryHandle.md +0 -187
- package/docs/interfaces/FileSystemFileHandle.md +0 -106
- package/docs/interfaces/FileSystemGetDirectoryOptions.md +0 -15
- package/docs/interfaces/FileSystemGetFileOptions.md +0 -15
- package/docs/interfaces/FileSystemHandle.md +0 -69
- package/docs/interfaces/FileSystemHandlePermissionDescriptor.md +0 -15
- package/docs/interfaces/FileSystemRemoveOptions.md +0 -15
- package/docs/interfaces/FileSystemWritableFileStream.md +0 -127
- package/docs/interfaces/IDirectoryHandleTreeInitializer.md +0 -17
- package/docs/interfaces/IFileHandleTreeInitializer.md +0 -16
- package/docs/interfaces/IFileListTreeInitializer.md +0 -15
- package/docs/interfaces/IFileMetadata.md +0 -19
- package/docs/interfaces/IFileSystemAccessTreeParams.md +0 -30
- package/docs/interfaces/IFsAccessApis.md +0 -57
- package/docs/interfaces/IHttpTreeParams.md +0 -32
- package/docs/interfaces/ILocalStorageTreeParams.md +0 -30
- package/docs/interfaces/IUrlConfigOptions.md +0 -27
- package/docs/interfaces/ShowDirectoryPickerOptions.md +0 -17
- package/docs/interfaces/ShowOpenFilePickerOptions.md +0 -19
- package/docs/interfaces/ShowSaveFilePickerOptions.md +0 -19
- package/docs/type-aliases/TreeInitializer.md +0 -11
- package/docs/type-aliases/WellKnownDirectory.md +0 -11
- package/docs/type-aliases/WindowWithFsAccess.md +0 -11
- package/docs/variables/DEFAULT_DIRECTORY_HANDLE_DB.md +0 -11
- package/docs/variables/DEFAULT_DIRECTORY_HANDLE_STORE.md +0 -11
- package/etc/ts-web-extras.api.md +0 -433
- package/lib/test/mocks/idb-keyval.d.ts +0 -6
- package/lib/test/mocks/idb-keyval.d.ts.map +0 -1
- package/lib/test/mocks/idb-keyval.js +0 -9
- package/lib/test/mocks/idb-keyval.js.map +0 -1
- package/lib/test/setupTests.d.ts +0 -2
- package/lib/test/setupTests.d.ts.map +0 -1
- package/lib/test/setupTests.js +0 -76
- package/lib/test/setupTests.js.map +0 -1
- package/lib/test/unit/browserHashProvider.test.d.ts +0 -2
- package/lib/test/unit/browserHashProvider.test.d.ts.map +0 -1
- package/lib/test/unit/browserHashProvider.test.js +0 -142
- package/lib/test/unit/browserHashProvider.test.js.map +0 -1
- package/lib/test/unit/directoryHandleStore.test.d.ts +0 -2
- package/lib/test/unit/directoryHandleStore.test.d.ts.map +0 -1
- package/lib/test/unit/directoryHandleStore.test.js +0 -192
- package/lib/test/unit/directoryHandleStore.test.js.map +0 -1
- package/lib/test/unit/fileApiTreeAccessors.test.d.ts +0 -2
- package/lib/test/unit/fileApiTreeAccessors.test.d.ts.map +0 -1
- package/lib/test/unit/fileApiTreeAccessors.test.js +0 -1190
- package/lib/test/unit/fileApiTreeAccessors.test.js.map +0 -1
- package/lib/test/unit/fileApiTypes.test.d.ts +0 -2
- package/lib/test/unit/fileApiTypes.test.d.ts.map +0 -1
- package/lib/test/unit/fileApiTypes.test.js +0 -474
- package/lib/test/unit/fileApiTypes.test.js.map +0 -1
- package/lib/test/unit/fileSystemAccessTreeAccessors.test.d.ts +0 -2
- package/lib/test/unit/fileSystemAccessTreeAccessors.test.d.ts.map +0 -1
- package/lib/test/unit/fileSystemAccessTreeAccessors.test.js +0 -624
- package/lib/test/unit/fileSystemAccessTreeAccessors.test.js.map +0 -1
- package/lib/test/unit/fileTreeHelpers.test.d.ts +0 -2
- package/lib/test/unit/fileTreeHelpers.test.d.ts.map +0 -1
- package/lib/test/unit/fileTreeHelpers.test.js +0 -592
- package/lib/test/unit/fileTreeHelpers.test.js.map +0 -1
- package/lib/test/unit/httpTreeAccessors.test.d.ts +0 -2
- package/lib/test/unit/httpTreeAccessors.test.d.ts.map +0 -1
- package/lib/test/unit/httpTreeAccessors.test.js +0 -1231
- package/lib/test/unit/httpTreeAccessors.test.js.map +0 -1
- package/lib/test/unit/localStorageTreeAccessors.test.d.ts +0 -2
- package/lib/test/unit/localStorageTreeAccessors.test.d.ts.map +0 -1
- package/lib/test/unit/localStorageTreeAccessors.test.js +0 -814
- package/lib/test/unit/localStorageTreeAccessors.test.js.map +0 -1
- package/lib/test/unit/urlParams.test.d.ts +0 -2
- package/lib/test/unit/urlParams.test.d.ts.map +0 -1
- package/lib/test/unit/urlParams.test.js +0 -395
- package/lib/test/unit/urlParams.test.js.map +0 -1
- package/lib/test/utils/fileSystemAccessMocks.d.ts +0 -53
- package/lib/test/utils/fileSystemAccessMocks.d.ts.map +0 -1
- package/lib/test/utils/fileSystemAccessMocks.js +0 -277
- package/lib/test/utils/fileSystemAccessMocks.js.map +0 -1
- package/lib/test/utils/testHelpers.d.ts +0 -51
- package/lib/test/utils/testHelpers.d.ts.map +0 -1
- package/lib/test/utils/testHelpers.js +0 -133
- package/lib/test/utils/testHelpers.js.map +0 -1
- package/rush-logs/ts-web-extras.build.cache.log +0 -0
- package/rush-logs/ts-web-extras.build.error.log +0 -18
- package/rush-logs/ts-web-extras.build.log +0 -75
- package/rush-logs/ts-web-extras.test.cache.log +0 -1
- package/rush-logs/ts-web-extras.test.error.log +0 -18
- package/rush-logs/ts-web-extras.test.log +0 -75
- package/src/index.browser.ts +0 -24
- package/src/index.ts +0 -47
- package/src/packlets/crypto-utils/browserCryptoProvider.ts +0 -311
- package/src/packlets/crypto-utils/browserHashProvider.ts +0 -73
- package/src/packlets/crypto-utils/index.ts +0 -29
- package/src/packlets/file-api-types/index.ts +0 -366
- package/src/packlets/file-tree/directoryHandleStore.ts +0 -136
- package/src/packlets/file-tree/fileApiTreeAccessors.ts +0 -528
- package/src/packlets/file-tree/fileSystemAccessTreeAccessors.ts +0 -519
- package/src/packlets/file-tree/httpTreeAccessors.ts +0 -448
- package/src/packlets/file-tree/index.ts +0 -32
- package/src/packlets/file-tree/localStorageTreeAccessors.ts +0 -430
- package/src/packlets/helpers/fileTreeHelpers.ts +0 -107
- package/src/packlets/helpers/index.ts +0 -28
- package/src/packlets/url-utils/index.ts +0 -28
- package/src/packlets/url-utils/urlParams.ts +0 -245
- package/src/test/mocks/idb-keyval.ts +0 -5
- package/src/test/setupTests.ts +0 -87
- package/src/test/unit/browserHashProvider.test.ts +0 -155
- package/src/test/unit/browserHashProvider.test.ts.bak +0 -376
- package/src/test/unit/directoryHandleStore.test.ts +0 -251
- package/src/test/unit/fileApiTreeAccessors.test.ts +0 -1387
- package/src/test/unit/fileApiTypes.test.ts +0 -587
- package/src/test/unit/fileSystemAccessTreeAccessors.test.ts +0 -885
- package/src/test/unit/fileTreeHelpers.test.ts +0 -694
- package/src/test/unit/httpTreeAccessors.test.ts +0 -1571
- package/src/test/unit/localStorageTreeAccessors.test.ts +0 -1014
- package/src/test/unit/urlParams.test.ts +0 -464
- package/src/test/utils/fileSystemAccessMocks.ts +0 -353
- package/src/test/utils/testHelpers.ts +0 -155
- package/temp/build/typescript/ts_8nwakTlr.json +0 -1
- package/temp/coverage/base.css +0 -224
- package/temp/coverage/block-navigation.js +0 -87
- package/temp/coverage/crypto/browserHashProvider.ts.html +0 -304
- package/temp/coverage/crypto/index.html +0 -116
- package/temp/coverage/crypto-utils/browserCryptoProvider.ts.html +0 -1018
- package/temp/coverage/crypto-utils/browserHashProvider.ts.html +0 -304
- package/temp/coverage/crypto-utils/index.html +0 -131
- package/temp/coverage/favicon.png +0 -0
- package/temp/coverage/file-tree/directoryHandleStore.ts.html +0 -493
- package/temp/coverage/file-tree/fileApiTreeAccessors.ts.html +0 -1669
- package/temp/coverage/file-tree/fileSystemAccessTreeAccessors.ts.html +0 -1642
- package/temp/coverage/file-tree/httpTreeAccessors.ts.html +0 -1429
- package/temp/coverage/file-tree/index.html +0 -176
- package/temp/coverage/file-tree/localStorageTreeAccessors.ts.html +0 -1375
- package/temp/coverage/helpers/fileTreeHelpers.ts.html +0 -406
- package/temp/coverage/helpers/index.html +0 -116
- package/temp/coverage/index.html +0 -161
- package/temp/coverage/lcov-report/base.css +0 -224
- package/temp/coverage/lcov-report/block-navigation.js +0 -87
- package/temp/coverage/lcov-report/crypto/browserHashProvider.ts.html +0 -304
- package/temp/coverage/lcov-report/crypto/index.html +0 -116
- package/temp/coverage/lcov-report/crypto-utils/browserCryptoProvider.ts.html +0 -1018
- package/temp/coverage/lcov-report/crypto-utils/browserHashProvider.ts.html +0 -304
- package/temp/coverage/lcov-report/crypto-utils/index.html +0 -131
- package/temp/coverage/lcov-report/favicon.png +0 -0
- package/temp/coverage/lcov-report/file-tree/directoryHandleStore.ts.html +0 -493
- package/temp/coverage/lcov-report/file-tree/fileApiTreeAccessors.ts.html +0 -1669
- package/temp/coverage/lcov-report/file-tree/fileSystemAccessTreeAccessors.ts.html +0 -1642
- package/temp/coverage/lcov-report/file-tree/httpTreeAccessors.ts.html +0 -1429
- package/temp/coverage/lcov-report/file-tree/index.html +0 -176
- package/temp/coverage/lcov-report/file-tree/localStorageTreeAccessors.ts.html +0 -1375
- package/temp/coverage/lcov-report/helpers/fileTreeHelpers.ts.html +0 -406
- package/temp/coverage/lcov-report/helpers/index.html +0 -116
- package/temp/coverage/lcov-report/index.html +0 -161
- package/temp/coverage/lcov-report/prettify.css +0 -1
- package/temp/coverage/lcov-report/prettify.js +0 -2
- package/temp/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/temp/coverage/lcov-report/sorter.js +0 -210
- package/temp/coverage/lcov-report/url-utils/index.html +0 -116
- package/temp/coverage/lcov-report/url-utils/urlParams.ts.html +0 -820
- package/temp/coverage/lcov.info +0 -3597
- package/temp/coverage/prettify.css +0 -1
- package/temp/coverage/prettify.js +0 -2
- package/temp/coverage/sort-arrow-sprite.png +0 -0
- package/temp/coverage/sorter.js +0 -210
- package/temp/coverage/url-utils/index.html +0 -116
- package/temp/coverage/url-utils/urlParams.ts.html +0 -820
- package/temp/test/jest/haste-map-b931e4e63102f86c5bd4949f7dced44f-9d713eb41149188b4e5c0ae3d86d0a57-2ad8e16b24e391b8cdbe50b55c137169 +0 -0
- package/temp/test/jest/jest-transform-cache-b931e4e63102f86c5bd4949f7dced44f-79ef2876fae7ca75eedb2aa53dc48338/b5/package_b5f57afc9ec2c011239b1608ee5bdfa5 +0 -53
- package/temp/test/jest/perf-cache-b931e4e63102f86c5bd4949f7dced44f-da39a3ee5e6b4b0d3255bfef95601890 +0 -1
- package/temp/ts-web-extras.api.json +0 -8850
- package/temp/ts-web-extras.api.md +0 -433
- package/tsconfig.json +0 -7
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / FileSystemWritableFileStream
|
|
6
|
-
|
|
7
|
-
# Interface: FileSystemWritableFileStream
|
|
8
|
-
|
|
9
|
-
Writable file stream interface
|
|
10
|
-
|
|
11
|
-
## Extends
|
|
12
|
-
|
|
13
|
-
- `WritableStream`
|
|
14
|
-
|
|
15
|
-
## Properties
|
|
16
|
-
|
|
17
|
-
| Property | Modifier | Type | Description |
|
|
18
|
-
| ------ | ------ | ------ | ------ |
|
|
19
|
-
| <a id="locked"></a> `locked` | `readonly` | `boolean` | The **`locked`** read-only property of the WritableStream interface returns a boolean indicating whether the `WritableStream` is locked to a writer. [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/locked) |
|
|
20
|
-
|
|
21
|
-
## Methods
|
|
22
|
-
|
|
23
|
-
### abort()
|
|
24
|
-
|
|
25
|
-
> **abort**(`reason?`): `Promise`\<`void`\>
|
|
26
|
-
|
|
27
|
-
The **`abort()`** method of the WritableStream interface aborts the stream, signaling that the producer can no longer successfully write to the stream and it is to be immediately moved to an error state, with any queued writes discarded.
|
|
28
|
-
|
|
29
|
-
[MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/abort)
|
|
30
|
-
|
|
31
|
-
#### Parameters
|
|
32
|
-
|
|
33
|
-
| Parameter | Type |
|
|
34
|
-
| ------ | ------ |
|
|
35
|
-
| `reason?` | `any` |
|
|
36
|
-
|
|
37
|
-
#### Returns
|
|
38
|
-
|
|
39
|
-
`Promise`\<`void`\>
|
|
40
|
-
|
|
41
|
-
#### Inherited from
|
|
42
|
-
|
|
43
|
-
`WritableStream.abort`
|
|
44
|
-
|
|
45
|
-
***
|
|
46
|
-
|
|
47
|
-
### close()
|
|
48
|
-
|
|
49
|
-
> **close**(): `Promise`\<`void`\>
|
|
50
|
-
|
|
51
|
-
The **`close()`** method of the WritableStream interface closes the associated stream.
|
|
52
|
-
|
|
53
|
-
[MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/close)
|
|
54
|
-
|
|
55
|
-
#### Returns
|
|
56
|
-
|
|
57
|
-
`Promise`\<`void`\>
|
|
58
|
-
|
|
59
|
-
#### Inherited from
|
|
60
|
-
|
|
61
|
-
`WritableStream.close`
|
|
62
|
-
|
|
63
|
-
***
|
|
64
|
-
|
|
65
|
-
### getWriter()
|
|
66
|
-
|
|
67
|
-
> **getWriter**(): `WritableStreamDefaultWriter`\<`any`\>
|
|
68
|
-
|
|
69
|
-
The **`getWriter()`** method of the WritableStream interface returns a new instance of WritableStreamDefaultWriter and locks the stream to that instance.
|
|
70
|
-
|
|
71
|
-
[MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/getWriter)
|
|
72
|
-
|
|
73
|
-
#### Returns
|
|
74
|
-
|
|
75
|
-
`WritableStreamDefaultWriter`\<`any`\>
|
|
76
|
-
|
|
77
|
-
#### Inherited from
|
|
78
|
-
|
|
79
|
-
`WritableStream.getWriter`
|
|
80
|
-
|
|
81
|
-
***
|
|
82
|
-
|
|
83
|
-
### seek()
|
|
84
|
-
|
|
85
|
-
> **seek**(`position`): `Promise`\<`void`\>
|
|
86
|
-
|
|
87
|
-
#### Parameters
|
|
88
|
-
|
|
89
|
-
| Parameter | Type |
|
|
90
|
-
| ------ | ------ |
|
|
91
|
-
| `position` | `number` |
|
|
92
|
-
|
|
93
|
-
#### Returns
|
|
94
|
-
|
|
95
|
-
`Promise`\<`void`\>
|
|
96
|
-
|
|
97
|
-
***
|
|
98
|
-
|
|
99
|
-
### truncate()
|
|
100
|
-
|
|
101
|
-
> **truncate**(`size`): `Promise`\<`void`\>
|
|
102
|
-
|
|
103
|
-
#### Parameters
|
|
104
|
-
|
|
105
|
-
| Parameter | Type |
|
|
106
|
-
| ------ | ------ |
|
|
107
|
-
| `size` | `number` |
|
|
108
|
-
|
|
109
|
-
#### Returns
|
|
110
|
-
|
|
111
|
-
`Promise`\<`void`\>
|
|
112
|
-
|
|
113
|
-
***
|
|
114
|
-
|
|
115
|
-
### write()
|
|
116
|
-
|
|
117
|
-
> **write**(`data`): `Promise`\<`void`\>
|
|
118
|
-
|
|
119
|
-
#### Parameters
|
|
120
|
-
|
|
121
|
-
| Parameter | Type |
|
|
122
|
-
| ------ | ------ |
|
|
123
|
-
| `data` | `string` \| `BufferSource` \| `Blob` |
|
|
124
|
-
|
|
125
|
-
#### Returns
|
|
126
|
-
|
|
127
|
-
`Promise`\<`void`\>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / IDirectoryHandleTreeInitializer
|
|
6
|
-
|
|
7
|
-
# Interface: IDirectoryHandleTreeInitializer
|
|
8
|
-
|
|
9
|
-
Tree initializer for File System Access API directory handles.
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
| Property | Modifier | Type |
|
|
14
|
-
| ------ | ------ | ------ |
|
|
15
|
-
| <a id="dirhandles"></a> `dirHandles` | `readonly` | [`FileSystemDirectoryHandle`](FileSystemDirectoryHandle.md)[] |
|
|
16
|
-
| <a id="nonrecursive"></a> `nonRecursive?` | `readonly` | `boolean` |
|
|
17
|
-
| <a id="prefix"></a> `prefix?` | `readonly` | `string` |
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / IFileHandleTreeInitializer
|
|
6
|
-
|
|
7
|
-
# Interface: IFileHandleTreeInitializer
|
|
8
|
-
|
|
9
|
-
Tree initializer for File System Access API file handles.
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
| Property | Modifier | Type |
|
|
14
|
-
| ------ | ------ | ------ |
|
|
15
|
-
| <a id="filehandles"></a> `fileHandles` | `readonly` | [`FileSystemFileHandle`](FileSystemFileHandle.md)[] |
|
|
16
|
-
| <a id="prefix"></a> `prefix?` | `readonly` | `string` |
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / IFileListTreeInitializer
|
|
6
|
-
|
|
7
|
-
# Interface: IFileListTreeInitializer
|
|
8
|
-
|
|
9
|
-
Tree initializer for FileList objects (from File API).
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
| Property | Modifier | Type |
|
|
14
|
-
| ------ | ------ | ------ |
|
|
15
|
-
| <a id="filelist"></a> `fileList` | `readonly` | `FileList` |
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / IFileMetadata
|
|
6
|
-
|
|
7
|
-
# Interface: IFileMetadata
|
|
8
|
-
|
|
9
|
-
Interface for file metadata.
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
| Property | Type |
|
|
14
|
-
| ------ | ------ |
|
|
15
|
-
| <a id="lastmodified"></a> `lastModified` | `number` |
|
|
16
|
-
| <a id="name"></a> `name` | `string` |
|
|
17
|
-
| <a id="path"></a> `path` | `string` |
|
|
18
|
-
| <a id="size"></a> `size` | `number` |
|
|
19
|
-
| <a id="type"></a> `type` | `string` |
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / IFileSystemAccessTreeParams
|
|
6
|
-
|
|
7
|
-
# Interface: IFileSystemAccessTreeParams\<TCT\>
|
|
8
|
-
|
|
9
|
-
Options for creating persistent file trees.
|
|
10
|
-
|
|
11
|
-
## Extends
|
|
12
|
-
|
|
13
|
-
- [`IFileTreeInitParams`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs)\<`TCT`\>
|
|
14
|
-
|
|
15
|
-
## Type Parameters
|
|
16
|
-
|
|
17
|
-
| Type Parameter | Default type |
|
|
18
|
-
| ------ | ------ |
|
|
19
|
-
| `TCT` *extends* `string` | `string` |
|
|
20
|
-
|
|
21
|
-
## Properties
|
|
22
|
-
|
|
23
|
-
| Property | Type | Default value | Description |
|
|
24
|
-
| ------ | ------ | ------ | ------ |
|
|
25
|
-
| <a id="autosync"></a> `autoSync?` | `boolean` | `false` | Automatically sync changes to disk immediately after each save. If false, changes are batched and written on explicit syncToDisk() call. |
|
|
26
|
-
| <a id="filepath"></a> `filePath?` | `string` | `undefined` | Override the path at which the file is stored in the tree (for fromFileHandle). Must be an absolute path (e.g., '/data/confections/common.yaml'). If omitted, defaults to `/<filename>`. |
|
|
27
|
-
| <a id="infercontenttype"></a> `inferContentType?` | [`ContentTypeFactory`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs)\<`TCT`\> | `undefined` | - |
|
|
28
|
-
| <a id="mutable"></a> `mutable?` | `boolean` \| [`IFilterSpec`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs) | `undefined` | Controls mutability of the file tree. - `undefined` or `false`: No files are mutable. - `true`: All files are mutable. - `IFilterSpec`: Only files matching the filter are mutable. |
|
|
29
|
-
| <a id="prefix"></a> `prefix?` | `string` | `undefined` | - |
|
|
30
|
-
| <a id="requirewritepermission"></a> `requireWritePermission?` | `boolean` | `true` | Require write permission on the directory handle. If true, fails if write permission cannot be obtained. If false, falls back to read-only mode. |
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / IFsAccessApis
|
|
6
|
-
|
|
7
|
-
# Interface: IFsAccessApis
|
|
8
|
-
|
|
9
|
-
File System Access API methods available on Window
|
|
10
|
-
|
|
11
|
-
## Methods
|
|
12
|
-
|
|
13
|
-
### showDirectoryPicker()
|
|
14
|
-
|
|
15
|
-
> **showDirectoryPicker**(`options?`): `Promise`\<[`FileSystemDirectoryHandle`](FileSystemDirectoryHandle.md)\>
|
|
16
|
-
|
|
17
|
-
#### Parameters
|
|
18
|
-
|
|
19
|
-
| Parameter | Type |
|
|
20
|
-
| ------ | ------ |
|
|
21
|
-
| `options?` | [`ShowDirectoryPickerOptions`](ShowDirectoryPickerOptions.md) |
|
|
22
|
-
|
|
23
|
-
#### Returns
|
|
24
|
-
|
|
25
|
-
`Promise`\<[`FileSystemDirectoryHandle`](FileSystemDirectoryHandle.md)\>
|
|
26
|
-
|
|
27
|
-
***
|
|
28
|
-
|
|
29
|
-
### showOpenFilePicker()
|
|
30
|
-
|
|
31
|
-
> **showOpenFilePicker**(`options?`): `Promise`\<[`FileSystemFileHandle`](FileSystemFileHandle.md)[]\>
|
|
32
|
-
|
|
33
|
-
#### Parameters
|
|
34
|
-
|
|
35
|
-
| Parameter | Type |
|
|
36
|
-
| ------ | ------ |
|
|
37
|
-
| `options?` | [`ShowOpenFilePickerOptions`](ShowOpenFilePickerOptions.md) |
|
|
38
|
-
|
|
39
|
-
#### Returns
|
|
40
|
-
|
|
41
|
-
`Promise`\<[`FileSystemFileHandle`](FileSystemFileHandle.md)[]\>
|
|
42
|
-
|
|
43
|
-
***
|
|
44
|
-
|
|
45
|
-
### showSaveFilePicker()
|
|
46
|
-
|
|
47
|
-
> **showSaveFilePicker**(`options?`): `Promise`\<[`FileSystemFileHandle`](FileSystemFileHandle.md)\>
|
|
48
|
-
|
|
49
|
-
#### Parameters
|
|
50
|
-
|
|
51
|
-
| Parameter | Type |
|
|
52
|
-
| ------ | ------ |
|
|
53
|
-
| `options?` | [`ShowSaveFilePickerOptions`](ShowSaveFilePickerOptions.md) |
|
|
54
|
-
|
|
55
|
-
#### Returns
|
|
56
|
-
|
|
57
|
-
`Promise`\<[`FileSystemFileHandle`](FileSystemFileHandle.md)\>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / IHttpTreeParams
|
|
6
|
-
|
|
7
|
-
# Interface: IHttpTreeParams\<TCT\>
|
|
8
|
-
|
|
9
|
-
Configuration for creating HTTP-backed tree accessors.
|
|
10
|
-
|
|
11
|
-
## Extends
|
|
12
|
-
|
|
13
|
-
- [`IFileTreeInitParams`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs)\<`TCT`\>
|
|
14
|
-
|
|
15
|
-
## Type Parameters
|
|
16
|
-
|
|
17
|
-
| Type Parameter | Default type |
|
|
18
|
-
| ------ | ------ |
|
|
19
|
-
| `TCT` *extends* `string` | `string` |
|
|
20
|
-
|
|
21
|
-
## Properties
|
|
22
|
-
|
|
23
|
-
| Property | Modifier | Type | Description |
|
|
24
|
-
| ------ | ------ | ------ | ------ |
|
|
25
|
-
| <a id="autosync"></a> `autoSync?` | `readonly` | `boolean` | - |
|
|
26
|
-
| <a id="baseurl"></a> `baseUrl` | `readonly` | `string` | - |
|
|
27
|
-
| <a id="fetchimpl"></a> `fetchImpl?` | `readonly` | \{(`input`, `init?`): `Promise`\<`Response`\>; (`input`, `init?`): `Promise`\<`Response`\>; \} | - |
|
|
28
|
-
| <a id="infercontenttype"></a> `inferContentType?` | `public` | [`ContentTypeFactory`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs)\<`TCT`\> | - |
|
|
29
|
-
| <a id="mutable"></a> `mutable?` | `public` | `boolean` \| [`IFilterSpec`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs) | Controls mutability of the file tree. - `undefined` or `false`: No files are mutable. - `true`: All files are mutable. - `IFilterSpec`: Only files matching the filter are mutable. |
|
|
30
|
-
| <a id="namespace"></a> `namespace?` | `readonly` | `string` | - |
|
|
31
|
-
| <a id="prefix"></a> `prefix?` | `public` | `string` | - |
|
|
32
|
-
| <a id="userid"></a> `userId?` | `readonly` | `string` | - |
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / ILocalStorageTreeParams
|
|
6
|
-
|
|
7
|
-
# Interface: ILocalStorageTreeParams\<TCT\>
|
|
8
|
-
|
|
9
|
-
Configuration for LocalStorageTreeAccessors.
|
|
10
|
-
|
|
11
|
-
## Extends
|
|
12
|
-
|
|
13
|
-
- [`IFileTreeInitParams`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs)\<`TCT`\>
|
|
14
|
-
|
|
15
|
-
## Type Parameters
|
|
16
|
-
|
|
17
|
-
| Type Parameter | Default type |
|
|
18
|
-
| ------ | ------ |
|
|
19
|
-
| `TCT` *extends* `string` | `string` |
|
|
20
|
-
|
|
21
|
-
## Properties
|
|
22
|
-
|
|
23
|
-
| Property | Type | Description |
|
|
24
|
-
| ------ | ------ | ------ |
|
|
25
|
-
| <a id="autosync"></a> `autoSync?` | `boolean` | If true, automatically sync changes to localStorage on every modification. If false (default), changes are only synced when syncToDisk() is called. |
|
|
26
|
-
| <a id="infercontenttype"></a> `inferContentType?` | [`ContentTypeFactory`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs)\<`TCT`\> | - |
|
|
27
|
-
| <a id="mutable"></a> `mutable?` | `boolean` \| [`IFilterSpec`](https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base/docs) | Controls mutability of the file tree. - `undefined` or `false`: No files are mutable. - `true`: All files are mutable. - `IFilterSpec`: Only files matching the filter are mutable. |
|
|
28
|
-
| <a id="pathtokeymap"></a> `pathToKeyMap` | `Record`\<`string`, `string`\> | Map of directory path prefixes to localStorage keys. Files under each prefix are stored in the corresponding localStorage key. Example: { '/data/ingredients': 'myapp:ingredients:v1' } |
|
|
29
|
-
| <a id="prefix"></a> `prefix?` | `string` | - |
|
|
30
|
-
| <a id="storage"></a> `storage?` | `Storage` | Storage instance to use. Defaults to window.localStorage. Can be overridden for testing with mock storage. |
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / IUrlConfigOptions
|
|
6
|
-
|
|
7
|
-
# Interface: IUrlConfigOptions
|
|
8
|
-
|
|
9
|
-
Configuration options that can be passed via URL parameters
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
| Property | Type | Description |
|
|
14
|
-
| ------ | ------ | ------ |
|
|
15
|
-
| <a id="config"></a> `config?` | `string` | Configuration name or path |
|
|
16
|
-
| <a id="configstartdir"></a> `configStartDir?` | `string` | Starting directory for config file picker (derived from config path) |
|
|
17
|
-
| <a id="contextfilter"></a> `contextFilter?` | `string` | Context filter token (pipe-separated) |
|
|
18
|
-
| <a id="input"></a> `input?` | `string` | Input file path |
|
|
19
|
-
| <a id="inputstartdir"></a> `inputStartDir?` | `string` | Starting directory for input file picker (derived from input path) |
|
|
20
|
-
| <a id="interactive"></a> `interactive?` | `boolean` | Whether to launch in interactive mode |
|
|
21
|
-
| <a id="loadzip"></a> `loadZip?` | `boolean` | Whether to use ZIP loading mode |
|
|
22
|
-
| <a id="maxdistance"></a> `maxDistance?` | `number` | Maximum distance for language matching |
|
|
23
|
-
| <a id="qualifierdefaults"></a> `qualifierDefaults?` | `string` | Qualifier defaults token (pipe-separated) |
|
|
24
|
-
| <a id="reducequalifiers"></a> `reduceQualifiers?` | `boolean` | Whether to reduce qualifiers |
|
|
25
|
-
| <a id="resourcetypes"></a> `resourceTypes?` | `string` | Resource types filter (comma-separated) |
|
|
26
|
-
| <a id="zipfile"></a> `zipFile?` | `string` | Name of ZIP file to load from Downloads (filename only) |
|
|
27
|
-
| <a id="zippath"></a> `zipPath?` | `string` | Path to ZIP file to load (for CLI-generated ZIPs) |
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / ShowDirectoryPickerOptions
|
|
6
|
-
|
|
7
|
-
# Interface: ShowDirectoryPickerOptions
|
|
8
|
-
|
|
9
|
-
Directory picker options
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
| Property | Type |
|
|
14
|
-
| ------ | ------ |
|
|
15
|
-
| <a id="id"></a> `id?` | `string` |
|
|
16
|
-
| <a id="mode"></a> `mode?` | `"readwrite"` \| `"read"` |
|
|
17
|
-
| <a id="startin"></a> `startIn?` | [`FileSystemHandle`](FileSystemHandle.md) \| [`WellKnownDirectory`](../type-aliases/WellKnownDirectory.md) |
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / ShowOpenFilePickerOptions
|
|
6
|
-
|
|
7
|
-
# Interface: ShowOpenFilePickerOptions
|
|
8
|
-
|
|
9
|
-
File picker options
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
| Property | Type |
|
|
14
|
-
| ------ | ------ |
|
|
15
|
-
| <a id="excludeacceptalloption"></a> `excludeAcceptAllOption?` | `boolean` |
|
|
16
|
-
| <a id="id"></a> `id?` | `string` |
|
|
17
|
-
| <a id="multiple"></a> `multiple?` | `boolean` |
|
|
18
|
-
| <a id="startin"></a> `startIn?` | [`FileSystemHandle`](FileSystemHandle.md) \| [`WellKnownDirectory`](../type-aliases/WellKnownDirectory.md) |
|
|
19
|
-
| <a id="types"></a> `types?` | [`FilePickerAcceptType`](FilePickerAcceptType.md)[] |
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / ShowSaveFilePickerOptions
|
|
6
|
-
|
|
7
|
-
# Interface: ShowSaveFilePickerOptions
|
|
8
|
-
|
|
9
|
-
Save file picker options
|
|
10
|
-
|
|
11
|
-
## Properties
|
|
12
|
-
|
|
13
|
-
| Property | Type |
|
|
14
|
-
| ------ | ------ |
|
|
15
|
-
| <a id="excludeacceptalloption"></a> `excludeAcceptAllOption?` | `boolean` |
|
|
16
|
-
| <a id="id"></a> `id?` | `string` |
|
|
17
|
-
| <a id="startin"></a> `startIn?` | [`FileSystemHandle`](FileSystemHandle.md) \| [`WellKnownDirectory`](../type-aliases/WellKnownDirectory.md) |
|
|
18
|
-
| <a id="suggestedname"></a> `suggestedName?` | `string` |
|
|
19
|
-
| <a id="types"></a> `types?` | [`FilePickerAcceptType`](FilePickerAcceptType.md)[] |
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / TreeInitializer
|
|
6
|
-
|
|
7
|
-
# Type Alias: TreeInitializer
|
|
8
|
-
|
|
9
|
-
> **TreeInitializer** = [`IFileListTreeInitializer`](../interfaces/IFileListTreeInitializer.md) \| [`IFileHandleTreeInitializer`](../interfaces/IFileHandleTreeInitializer.md) \| [`IDirectoryHandleTreeInitializer`](../interfaces/IDirectoryHandleTreeInitializer.md)
|
|
10
|
-
|
|
11
|
-
Union type for all supported tree initializers.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / WellKnownDirectory
|
|
6
|
-
|
|
7
|
-
# Type Alias: WellKnownDirectory
|
|
8
|
-
|
|
9
|
-
> **WellKnownDirectory** = `"desktop"` \| `"documents"` \| `"downloads"` \| `"music"` \| `"pictures"` \| `"videos"`
|
|
10
|
-
|
|
11
|
-
Well-known directory type
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / WindowWithFsAccess
|
|
6
|
-
|
|
7
|
-
# Type Alias: WindowWithFsAccess
|
|
8
|
-
|
|
9
|
-
> **WindowWithFsAccess** = `Window` & [`IFsAccessApis`](../interfaces/IFsAccessApis.md)
|
|
10
|
-
|
|
11
|
-
Window interface extended with File System Access API
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / DEFAULT\_DIRECTORY\_HANDLE\_DB
|
|
6
|
-
|
|
7
|
-
# Variable: DEFAULT\_DIRECTORY\_HANDLE\_DB
|
|
8
|
-
|
|
9
|
-
> `const` **DEFAULT\_DIRECTORY\_HANDLE\_DB**: `"chocolate-lab-storage"` = `'chocolate-lab-storage'`
|
|
10
|
-
|
|
11
|
-
Default IndexedDB database name for directory handles.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[**@fgv/ts-web-extras**](../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[@fgv/ts-web-extras](../README.md) / DEFAULT\_DIRECTORY\_HANDLE\_STORE
|
|
6
|
-
|
|
7
|
-
# Variable: DEFAULT\_DIRECTORY\_HANDLE\_STORE
|
|
8
|
-
|
|
9
|
-
> `const` **DEFAULT\_DIRECTORY\_HANDLE\_STORE**: `"directory-handles"` = `'directory-handles'`
|
|
10
|
-
|
|
11
|
-
Default IndexedDB store name for directory handles.
|