Skip to Content

fileExists

fileExists(fileId: string): Promise<boolean>

Defined in: src/lib/storage/opfs.ts:257 

Checks if a file exists in OPFS.

Parameters

ParameterTypeDescription

fileId

string

The file identifier

Returns

Promise<boolean>

Last updated on