tutti-api - v2.1.0
    Preparing search index...

    Interface FetchResponse

    interface FetchResponse {
        body?: ReadableStream<Uint8Array<ArrayBufferLike>> | null;
        ok: boolean;
        status: number;
        statusText: string;
        text(): Promise<string>;
    }
    Index

    Properties

    Methods

    Properties

    body?: ReadableStream<Uint8Array<ArrayBufferLike>> | null

    Present for streaming responses (NDJSON).

    ok: boolean
    status: number
    statusText: string

    Methods