Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(path, urlChain, offset, length, ?mimeType, ?lastModified, ?eTag, ?startTime)

Full Usage: Options(path, urlChain, offset, length, ?mimeType, ?lastModified, ?eTag, ?startTime)

Parameters:
    path : string - Absolute path of the download.
    urlChain : string[] - Complete URL chain for the download.
    offset : int - Start range for the download.
    length : int - Total length of the download.
    ?mimeType : string -
    ?lastModified : string - Last-Modified header value.
    ?eTag : string - ETag header value.
    ?startTime : double - Time when download was started in number of seconds since UNIX epoch.

Returns: Options
path : string

Absolute path of the download.

urlChain : string[]

Complete URL chain for the download.

offset : int

Start range for the download.

length : int

Total length of the download.

?mimeType : string

?lastModified : string

Last-Modified header value.

?eTag : string

ETag header value.

?startTime : double

Time when download was started in number of seconds since UNIX epoch.

Returns: Options

Instance members

Instance member Description

this.eTag

Full Usage: this.eTag

ETag header value.

this.lastModified

Full Usage: this.lastModified

Last-Modified header value.

this.length

Full Usage: this.length

Total length of the download.

this.mimeType

Full Usage: this.mimeType

this.offset

Full Usage: this.offset

Start range for the download.

this.path

Full Usage: this.path

Absolute path of the download.

this.startTime

Full Usage: this.startTime

Time when download was started in number of seconds since UNIX epoch.

this.urlChain

Full Usage: this.urlChain

Complete URL chain for the download.

Type something to start searching.