From ea78204715746ca1fc3ec27252160eb83a9eb237 Mon Sep 17 00:00:00 2001 From: "electron-ecosystem-docs-publisher[bot]" <148823412+electron-ecosystem-docs-publisher[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:27:06 +0000 Subject: [PATCH] Publish [skip ci] --- 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 ++-- main/interfaces/ElectronDownloadRequest.html | 6 +++--- .../ElectronDownloadRequestOptions.html | 18 +++++++++--------- main/interfaces/MirrorOptions.html | 16 ++++++++-------- main/types/DownloadOptions.html | 2 +- main/types/ElectronArtifactDetails.html | 2 +- main/types/ElectronGenericArtifactDetails.html | 2 +- .../types/ElectronPlatformArtifactDetails.html | 2 +- ...ronPlatformArtifactDetailsWithDefaults.html | 2 +- main/types/Omit.html | 2 +- 14 files changed, 32 insertions(+), 32 deletions(-) diff --git a/main/functions/download.html b/main/functions/download.html index e797cecc..d22b4e95 100644 --- a/main/functions/download.html +++ b/main/functions/download.html @@ -33,7 +33,7 @@
version: string
Optional options: ElectronDownloadRequestOptions

Returns Promise<string>

+
  • Defined in index.ts:187
  • +
  • Defined in index.ts:105
  • Returns string

    +
  • Defined in utils.ts:72
  • Returns void

    +
  • Defined in proxy.ts:9
  • +
  • Defined in Downloader.ts:2
  • +
  • Defined in types.ts:80
  • downloadOptions?: any

    Options passed to the downloader module.

    +
  • Defined in types.ts:94
  • downloader?: Downloader<any>
    @@ -78,7 +78,7 @@
    +
  • Defined in types.ts:103
  • force?: boolean
    @@ -86,14 +86,14 @@
    +
  • Defined in types.ts:63
  • mirrorOptions?: MirrorOptions

    Options related to specifying an artifact mirror.

    +
  • Defined in types.ts:98
  • tempDirectory?: string
    @@ -101,7 +101,7 @@
    +
  • Defined in types.ts:108
  • unsafelyDisableChecksums?: boolean
    @@ -110,7 +110,7 @@
    +
  • Defined in types.ts:70
  • +
  • Defined in types.ts:31
  • customVersion?: string
    @@ -61,7 +61,7 @@
    +
  • Defined in types.ts:36
  • mirror?: string
    @@ -69,21 +69,21 @@
    +
  • Defined in types.ts:21
  • nightlyMirror?: string

    The Electron nightly-specific mirror URL.

    +
  • Defined in types.ts:16
  • nightly_mirror?: string

    DEPRECATED - see nightlyMirror.

    +
  • Defined in types.ts:12
  • resolveAssetURL?: ((opts: any) => Promise<string>)
    @@ -104,7 +104,7 @@

    Parameters

    opts: any

    Returns Promise<string>

    +
  • Defined in types.ts:41
  • +
  • Defined in types.ts:6
  • +
  • Defined in types.ts:136
  • +
  • Defined in types.ts:131
  • +
  • Defined in types.ts:111
  • +
  • Defined in types.ts:142