Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(path, urlChain, offset, length, ?mimeType, ?lastModified, ?eTag, ?startTime)
Parameters:
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
|
Full Usage:
this.eTag
|
ETag header value. |
Full Usage:
this.lastModified
|
Last-Modified header value. |
Full Usage:
this.length
|
Total length of the download. |
Full Usage:
this.mimeType
|
|
Full Usage:
this.offset
|
Start range for the download. |
Full Usage:
this.path
|
Absolute path of the download. |
Full Usage:
this.startTime
|
Time when download was started in number of seconds since UNIX epoch. |
Full Usage:
this.urlChain
|
Complete URL chain for the download. |
fable-electron-docs-api