@svta/common-media-library
Version:
A common library for media playback in JavaScript
18 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RequestType = void 0;
/**
* The content type of the request.
*
* @group Request
*
* @beta
*/
exports.RequestType = {
TEXT: 'text',
JSON: 'json',
BLOB: 'blob',
ARRAY_BUFFER: 'arrayBuffer',
DOCUMENT: 'document',
};
//# sourceMappingURL=RequestType.js.map