@ceeblue/web-utils
    Preparing search index...

    Variable RequestTypeConst Beta

    RequestType: {
        ARRAY_BUFFER: "arrayBuffer";
        BLOB: "blob";
        DOCUMENT: "document";
        JSON: "json";
        TEXT: "text";
    }

    The content type of the request.

    Type Declaration

    • ReadonlyARRAY_BUFFER: "arrayBuffer"
    • ReadonlyBLOB: "blob"
    • ReadonlyDOCUMENT: "document"
    • ReadonlyJSON: "json"
    • ReadonlyTEXT: "text"