Skip to content

ElectronCreateInterruptedDownloadOptions

Unofficial

Options used to resume a cancelled or interrupted download from a previous session.

Import:

import type { ElectronCreateInterruptedDownloadOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronCreateInterruptedDownloadOptions

Properties

PropertyTypeDescription
eTag?stringETag header value.
lastModified?stringLast-Modified header value.
lengthnumberTotal length of the download.
mimeType?stringThe MIME type of the download.
offsetnumberStart range for the download.
pathstringAbsolute path of the download.
startTime?numberTime when the download was started in number of seconds since the UNIX epoch.
urlChainstring[]Complete URL chain for the download.