probe-web / @probe-web/artifacts / RestoreResult
Interface: RestoreResult
Defined in: index.ts:338
Outcome of restoreHandles. Keys with nothing stored appear in none of the lists.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
restored | string[] | Keys whose handle was applied. | index.ts:340 |
waiting | { key: string; name: string; }[] | Handles that still need read permission (ask inside a user gesture with request: true). | index.ts:342 |
failed | { key: string; name: string; error: string; }[] | Handles that could not be used (file moved or deleted, …). | index.ts:344 |