From 14290b5b37fc5ebc3b45ca6b7be6f4d06e28ad37 Mon Sep 17 00:00:00 2001 From: "electron-ecosystem-docs-publisher[bot]" <148823412+electron-ecosystem-docs-publisher[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:51:47 +0000 Subject: [PATCH] Publish [skip ci] --- main/classes/GotDownloader.html | 4 +-- main/functions/download.html | 2 +- main/functions/downloadArtifact.html | 2 +- main/functions/getHostArch.html | 2 +- main/functions/initializeProxy.html | 2 +- main/interfaces/Downloader.html | 4 +-- .../ElectronDownloadRequestOptions.html | 18 +++++------ .../ElectronGenericArtifactDetails.html | 24 +++++++-------- ...onPlatformArtifactDetailsWithDefaults.html | 30 +++++++++---------- main/interfaces/MirrorOptions.html | 16 +++++----- main/types/DownloadOptions.html | 2 +- main/types/GotDownloaderOptions.html | 2 +- 12 files changed, 54 insertions(+), 54 deletions(-) diff --git a/main/classes/GotDownloader.html b/main/classes/GotDownloader.html index 74d6ed66..dd869e70 100644 --- a/main/classes/GotDownloader.html +++ b/main/classes/GotDownloader.html @@ -28,7 +28,7 @@

Implements

+
  • Defined in GotDownloader.ts:33
  • @@ -81,7 +81,7 @@

    Returns Promise<

    +
  • Defined in GotDownloader.ts:34
  • +
  • Defined in utils.ts:74
  • +
  • Defined in proxy.ts:22
  • +
  • Defined in types.ts:118
  • downloadOptions?: any
    @@ -79,7 +79,7 @@

    GotDownloaderOptions for options for the default GotDownloader.

    +
  • Defined in types.ts:134
  • downloader?: Downloader<any>
    @@ -88,7 +88,7 @@
    +
  • Defined in types.ts:143
  • force?: boolean
    @@ -98,7 +98,7 @@

    false

    +
  • Defined in types.ts:94
  • mirrorOptions?: MirrorOptions
    @@ -106,7 +106,7 @@
    +
  • Defined in types.ts:138
  • tempDirectory?: string
    @@ -117,7 +117,7 @@

    the OS default temporary directory via os.tmpdir()

    +
  • Defined in types.ts:150
  • unsafelyDisableChecksums?: boolean
    @@ -128,7 +128,7 @@

    false

    +
  • Defined in types.ts:101
  • +
  • Defined in types.ts:76
  • cacheRoot?: string
    @@ -87,7 +87,7 @@

    Default Value

    The default value is dependent upon the host platform:<

    +
  • Defined in types.ts:128
  • checksums?: Record<string, string>
    @@ -103,7 +103,7 @@

    Example

    {
    +
  • Defined in types.ts:118
  • downloadOptions?: any
    @@ -113,7 +113,7 @@

    GotDownloaderOptions for options for the default GotDownloader.

    +
  • Defined in types.ts:134
  • downloader?: Downloader<any>
    @@ -122,7 +122,7 @@
    +
  • Defined in types.ts:143
  • force?: boolean
    @@ -132,7 +132,7 @@

    false

    +
  • Defined in types.ts:94
  • mirrorOptions?: MirrorOptions
    @@ -140,7 +140,7 @@
    +
  • Defined in types.ts:138
  • tempDirectory?: string
    @@ -151,7 +151,7 @@

    the OS default temporary directory via os.tmpdir()

    +
  • Defined in types.ts:150
  • unsafelyDisableChecksums?: boolean
    @@ -162,7 +162,7 @@

    false

    +
  • Defined in types.ts:101
  • +
  • Defined in types.ts:76
  • arch?: string
    @@ -87,12 +87,12 @@

    Node.js process.arch docs

    +
  • Defined in types.ts:234
  • artifactSuffix?: string
    +
  • Defined in types.ts:176
  • cacheRoot?: string
    @@ -107,7 +107,7 @@

    Default Value

    The default value is dependent upon the host platform:<

    +
  • Defined in types.ts:128
  • checksums?: Record<string, string>
    @@ -123,7 +123,7 @@

    Example

    {
    +
  • Defined in types.ts:118
  • downloadOptions?: any
    @@ -133,7 +133,7 @@

    GotDownloaderOptions for options for the default GotDownloader.

    +
  • Defined in types.ts:134
  • downloader?: Downloader<any>
    @@ -142,7 +142,7 @@
    +
  • Defined in types.ts:143
  • force?: boolean
    @@ -152,12 +152,12 @@

    false

    +
  • Defined in types.ts:94
  • isGeneric?: false
    +
  • Defined in types.ts:177
  • mirrorOptions?: MirrorOptions
    @@ -165,7 +165,7 @@
    +
  • Defined in types.ts:138
  • platform?: string
    @@ -180,7 +180,7 @@

    Node.js process.platform docs

    +
  • Defined in types.ts:225
  • tempDirectory?: string
    @@ -191,7 +191,7 @@

    the OS default temporary directory via os.tmpdir()

    +
  • Defined in types.ts:150
  • unsafelyDisableChecksums?: boolean
    @@ -202,7 +202,7 @@

    false

    +
  • Defined in types.ts:101
  • +
  • Defined in types.ts:65
  • +
  • Defined in types.ts:11
  • +
  • Defined in GotDownloader.ts:16