OINO TS
    Preparing search index...

    Type Alias OINOBlobFetchResult

    Result of a blob fetch operation

    type OINOBlobFetchResult = {
        content: Uint8Array;
        contentType: string;
    }
    Index

    Properties

    Properties

    content: Uint8Array

    Raw blob bytes

    contentType: string

    MIME content type of the blob