ElectronCreateInterruptedDownloadOptions
Unofficial
Options used to resume a cancelled or interrupted download from a previous session.
Import:
import type { ElectronCreateInterruptedDownloadOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronCreateInterruptedDownloadOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| eTag? | string | ETag header value. | |
| lastModified? | string | Last-Modified header value. | |
| length | number | Total length of the download. | |
| mimeType? | string | The MIME type of the download. | |
| offset | number | Start range for the download. | |
| path | string | Absolute path of the download. | |
| startTime? | number | Time when the download was started in number of seconds since the UNIX epoch. | |
| urlChain | string[] | Complete URL chain for the download. |