drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias StoredPage

    what a stored page carries; the status and content type travel with the body or a 200 is assumed

    type StoredPage = {
        contentType: string;
        html: string;
        status: number;
    }
    Index
    contentType: string
    html: string
    status: number