ISPO SDK
    Preparing search index...

    Interface SharedPutArgs

    Markdown
    interface SharedPutArgs {
        content: string | Uint8Array<ArrayBufferLike>;
        name?: string;
    }
    Index
    content: string | Uint8Array<ArrayBufferLike>

    Bytes (binary) or text to store. The host writes them verbatim.

    name?: string

    Optional basename hint; the host sanitizes it into the opaque segment.