Skip to content

probe-web / @probe-web/artifacts / recallHandle

Function: recallHandle()

ts
function recallHandle(key): Promise<FileArtifact | null>;

Defined in: index.ts:255

Restore a remembered file handle; null if none. Call FileArtifact.ensurePermission before reading.

Parameters

ParameterType
keystring

Returns

Promise<FileArtifact | null>