tus-js-client-stall-detection
Version:
A pure JavaScript client for the tus resumable upload protocol (fork with stall detection)
7 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROTOCOL_IETF_DRAFT_05 = exports.PROTOCOL_IETF_DRAFT_03 = exports.PROTOCOL_TUS_V1 = void 0;
exports.PROTOCOL_TUS_V1 = 'tus-v1';
exports.PROTOCOL_IETF_DRAFT_03 = 'ietf-draft-03';
exports.PROTOCOL_IETF_DRAFT_05 = 'ietf-draft-05';
//# sourceMappingURL=options.js.map