Variable RequestTypeConst Beta
RequestType: {
ARRAY_BUFFER: "arrayBuffer";
BLOB: "blob";
DOCUMENT: "document";
JSON: "json";
TEXT: "text";
}
Type Declaration
ReadonlyARRAY_BUFFER: "arrayBuffer"
ReadonlyBLOB: "blob"
ReadonlyDOCUMENT: "document"
ReadonlyJSON: "json"
ReadonlyTEXT: "text"
The content type of the request.