Session.createInterruptedDownload method
Session › createInterruptedDownload
Unofficial
Allows resuming a cancelled or interrupted download from a previous session.Signature:
createInterruptedDownload(options: ElectronCreateInterruptedDownloadOptions): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| options | ElectronCreateInterruptedDownloadOptions | Options describing the interrupted download to resume. |
Returns: void