happy-opfs
    Preparing search index...

    Type Alias ReadSyncFileContent

    ReadSyncFileContent: Exclude<
        ReadFileContent,
        ReadableStream<Uint8Array<ArrayBuffer>>,
    >

    Represents the possible content types for synchronous file reads. Excludes ReadableStream since it cannot be returned synchronously.