@svta/common-media-library
    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"