UNPKG

@rpldy/chunked-sender

Version:

adds chunked upload capabilities on top of the regular XHR uploads

14 lines (13 loc) 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_OPTIONS = void 0; var _shared = require("@rpldy/shared"); const DEFAULT_OPTIONS = exports.DEFAULT_OPTIONS = (0, _shared.devFreeze)({ chunked: true, chunkSize: 5242880, retries: 0, parallel: 1, sendWithRangeHeader: true });