Skip to content

Interface DownloadBaseOptions

🏷️ Properties

checkpointHandler optional

ts
checkpointHandler: CheckpointHandler

The checkpoint handler to save & restore the download progress

Defined in: packages/file-transfer/download.ts:52

dispatcher optional

ts
dispatcher: Dispatcher

The undici dispatcher

Defined in: packages/file-transfer/download.ts:48

headers optional

ts
headers: Record<string, any>

The header of the request

Defined in: packages/file-transfer/download.ts:40

rangePolicy optional

ts
rangePolicy: RangePolicy

The range policy to compute the ranges to download

Defined in: packages/file-transfer/download.ts:44

skipHead optional

ts
skipHead: boolean

Defined in: packages/file-transfer/download.ts:54

skipPrevalidate optional

ts
skipPrevalidate: boolean

Defined in: packages/file-transfer/download.ts:58

skipRevalidate optional

ts
skipRevalidate: boolean

Defined in: packages/file-transfer/download.ts:56