@vivliostyle/core
    Preparing search index...

    Type Alias FetchResponse

    type FetchResponse = {
        contentType: string | null;
        responseBlob: Blob;
        responseText: string | null;
        responseXML: Document;
        status: number;
        statusText: string | null;
        url: string;
    }
    Index

    Properties

    contentType: string | null
    responseBlob: Blob
    responseText: string | null
    responseXML: Document
    status: number
    statusText: string | null
    url: string