KoAJAX
    Preparing search index...

    Interface HeadResponse

    interface HeadResponse {
        body?: ArrayBuffer;
        headers: Record<string, string | object>;
    }
    Index

    Properties

    Properties

    First FILE_TYPE_MAGIC_NUMBER_SIZE bytes from the response body.

    headers: Record<string, string | object>