probe-web / @probe-web/artifacts / rememberHandle
Function: rememberHandle()
ts
function rememberHandle(key, handle): Promise<void>;Defined in: index.ts:244
Remember a picked handle under key (e.g. the manifest name). Any FileSystemHandle works, directories included; the object must be a real handle (IndexedDB structured-clones it).
Parameters
| Parameter | Type |
|---|---|
key | string |
handle | | FileHandleLike | PermissionHandleLike |
Returns
Promise<void>