happy-opfs
    Preparing search index...

    Type Alias WriteFileContent

    WriteFileContent:
        | BufferSource
        | Blob
        | string
        | ReadableStream<Uint8Array<ArrayBuffer>>

    Represents the possible content types that can be written to a file asynchronously. Includes BufferSource (ArrayBuffer or TypedArray), Blob, string, or a binary ReadableStream.