Skip to content

Session.createInterruptedDownload method

Session › createInterruptedDownload

Unofficial

Allows resuming a cancelled or interrupted download from a previous session.

Signature:

createInterruptedDownload(options: ElectronCreateInterruptedDownloadOptions): void

Parameters:

Parameter Type Description
options ElectronCreateInterruptedDownloadOptions Options describing the interrupted download to resume.

Returns: void