UNPKG

@rpldy/chunked-sender

Version:

adds chunked upload capabilities on top of the regular XHR uploads

8 lines 185 B
import { devFreeze } from "@rpldy/shared"; export const DEFAULT_OPTIONS = devFreeze({ chunked: true, chunkSize: 5242880, retries: 0, parallel: 1, sendWithRangeHeader: true });