From f28952eafa9f75a2b8b2a206b36883dc4af37ffd 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, 23 Oct 2023 22:34:53 +0000 Subject: [PATCH] Publish [skip ci] --- main/classes/_cache_.cache.html | 12 +++++----- .../_gotdownloader_.gotdownloader.html | 2 +- main/interfaces/_downloader_.downloader.html | 2 +- .../_types_.electrondownloadrequest.html | 4 ++-- ...types_.electrondownloadrequestoptions.html | 16 +++++++------- main/interfaces/_types_.mirroroptions.html | 14 ++++++------ main/modules/_artifact_utils_.html | 12 +++++----- main/modules/_cache_.html | 4 ++-- main/modules/_downloader_resolver_.html | 2 +- main/modules/_gotdownloader_.html | 4 ++-- main/modules/_index_.html | 10 ++++----- main/modules/_proxy_.html | 4 ++-- main/modules/_types_.html | 12 +++++----- main/modules/_utils_.html | 22 +++++++++---------- 14 files changed, 60 insertions(+), 60 deletions(-) diff --git a/main/classes/_cache_.cache.html b/main/classes/_cache_.cache.html index 90a6879e0..8f342a1e9 100644 --- a/main/classes/_cache_.cache.html +++ b/main/classes/_cache_.cache.html @@ -117,7 +117,7 @@

constructor

  • Parameters

    @@ -139,7 +139,7 @@

    Private cacheRoot

    cacheRoot: string
    @@ -156,7 +156,7 @@

    getCachePath

  • Parameters

    @@ -182,7 +182,7 @@

    getPathForFileInCache

  • Parameters

    @@ -208,7 +208,7 @@

    putFileInCache

  • Parameters

    @@ -237,7 +237,7 @@

    Static getCacheDirecto
  • Parameters

    diff --git a/main/classes/_gotdownloader_.gotdownloader.html b/main/classes/_gotdownloader_.gotdownloader.html index 43ed4067f..57a49d668 100644 --- a/main/classes/_gotdownloader_.gotdownloader.html +++ b/main/classes/_gotdownloader_.gotdownloader.html @@ -108,7 +108,7 @@

    download

  • Parameters

    diff --git a/main/interfaces/_downloader_.downloader.html b/main/interfaces/_downloader_.downloader.html index 9824caacd..7ce4efa2c 100644 --- a/main/interfaces/_downloader_.downloader.html +++ b/main/interfaces/_downloader_.downloader.html @@ -116,7 +116,7 @@

    download

  • Parameters

    diff --git a/main/interfaces/_types_.electrondownloadrequest.html b/main/interfaces/_types_.electrondownloadrequest.html index 167ca78ad..f5634a031 100644 --- a/main/interfaces/_types_.electrondownloadrequest.html +++ b/main/interfaces/_types_.electrondownloadrequest.html @@ -99,7 +99,7 @@

    artifactName

    artifactName: string
    @@ -118,7 +118,7 @@

    version

    version: string
    diff --git a/main/interfaces/_types_.electrondownloadrequestoptions.html b/main/interfaces/_types_.electrondownloadrequestoptions.html index 25a830dce..8205436de 100644 --- a/main/interfaces/_types_.electrondownloadrequestoptions.html +++ b/main/interfaces/_types_.electrondownloadrequestoptions.html @@ -105,7 +105,7 @@

    Optional cacheRoot

    cacheRoot: undefined | string
    @@ -126,7 +126,7 @@

    Optional checksums

    checksums: Record<string, string>
    @@ -146,7 +146,7 @@

    Optional downloadOptions<
    downloadOptions: DownloadOptions
    @@ -161,7 +161,7 @@

    Optional downloader

    @@ -177,7 +177,7 @@

    Optional force

    force: undefined | false | true
    @@ -193,7 +193,7 @@

    Optional mirrorOptionsmirrorOptions: MirrorOptions

    @@ -208,7 +208,7 @@

    Optional tempDirectorytempDirectory: undefined | string

    @@ -224,7 +224,7 @@

    Optional unsafelyDisable<
    unsafelyDisableChecksums: undefined | false | true
    diff --git a/main/interfaces/_types_.mirroroptions.html b/main/interfaces/_types_.mirroroptions.html index f08eeccf7..a77aa5292 100644 --- a/main/interfaces/_types_.mirroroptions.html +++ b/main/interfaces/_types_.mirroroptions.html @@ -104,7 +104,7 @@

    Optional customDir

    customDir: undefined | string
    @@ -120,7 +120,7 @@

    Optional customFilenamecustomFilename: undefined | string

    @@ -136,7 +136,7 @@

    Optional customVersioncustomVersion: undefined | string

    @@ -152,7 +152,7 @@

    Optional mirror

    mirror: undefined | string
    @@ -168,7 +168,7 @@

    Optional nightlyMirrornightlyMirror: undefined | string

    @@ -183,7 +183,7 @@

    Optional nightly_mirrornightly_mirror: undefined | string

    @@ -198,7 +198,7 @@

    Optional resolveAssetURL<
    resolveAssetURL: undefined | ((opts: DownloadOptions) => Promise<string>)
    diff --git a/main/modules/_artifact_utils_.html b/main/modules/_artifact_utils_.html index 7ec19ad65..d1c9bef42 100644 --- a/main/modules/_artifact_utils_.html +++ b/main/modules/_artifact_utils_.html @@ -97,7 +97,7 @@

    Const BASE_URL

    BASE_URL: "https://github.com/electron/electron/releases/download/" = "https://github.com/electron/electron/releases/download/"
    @@ -107,7 +107,7 @@

    Const NIGHTLY_BASE_URL<
    NIGHTLY_BASE_URL: "https://github.com/electron/nightlies/releases/download/" = "https://github.com/electron/nightlies/releases/download/"
    @@ -124,7 +124,7 @@

    getArtifactFileName

  • Parameters

    @@ -147,7 +147,7 @@

    getArtifactRemoteURL

  • Parameters

    @@ -170,7 +170,7 @@

    getArtifactVersion

  • Parameters

    @@ -193,7 +193,7 @@

    mirrorVar

  • Parameters

    diff --git a/main/modules/_cache_.html b/main/modules/_cache_.html index 6a2803e56..af8cc5380 100644 --- a/main/modules/_cache_.html +++ b/main/modules/_cache_.html @@ -94,7 +94,7 @@

    Const d

    d: Debugger = debug('@electron/get:cache')
    @@ -104,7 +104,7 @@

    Const defaultCacheRoot<
    defaultCacheRoot: string = envPaths('electron', {suffix: '',}).cache
    diff --git a/main/modules/_downloader_resolver_.html b/main/modules/_downloader_resolver_.html index 833346fe3..c0918dcb7 100644 --- a/main/modules/_downloader_resolver_.html +++ b/main/modules/_downloader_resolver_.html @@ -91,7 +91,7 @@

    getDownloaderForSystem

  • Returns Promise<Downloader<DownloadOptions>>

    diff --git a/main/modules/_gotdownloader_.html b/main/modules/_gotdownloader_.html index 4b1c800d1..f62d60b99 100644 --- a/main/modules/_gotdownloader_.html +++ b/main/modules/_gotdownloader_.html @@ -99,7 +99,7 @@

    GotDownloaderOptions

    GotDownloaderOptions: Options & { isStream?: undefined | true } & { getProgressCallback?: undefined | ((progress: GotProgress) => Promise<void>); quiet?: undefined | false | true }
    @@ -117,7 +117,7 @@

    Const PROGRESS_BAR_DELA
    PROGRESS_BAR_DELAY_IN_SECONDS: 30 = 30
    diff --git a/main/modules/_index_.html b/main/modules/_index_.html index 71433314e..d0d829196 100644 --- a/main/modules/_index_.html +++ b/main/modules/_index_.html @@ -175,7 +175,7 @@

    ArtifactDownloader

    ArtifactDownloader: (_artifactDetails: ElectronPlatformArtifactDetailsWithDefaults) => Promise<string>
    @@ -209,7 +209,7 @@

    Const d

    d: Debugger = debug('@electron/get:index')
    @@ -226,7 +226,7 @@

    download

  • @@ -261,7 +261,7 @@

    downloadArtifact

  • @@ -290,7 +290,7 @@

    validateArtifact

  • Parameters

    diff --git a/main/modules/_proxy_.html b/main/modules/_proxy_.html index a40d1b829..4a3c96f81 100644 --- a/main/modules/_proxy_.html +++ b/main/modules/_proxy_.html @@ -93,7 +93,7 @@

    Const d

    d: Debugger = debug('@electron/get:proxy')
    @@ -110,7 +110,7 @@

    initializeProxy

  • diff --git a/main/modules/_types_.html b/main/modules/_types_.html index 4ca6e81ab..fac73349b 100644 --- a/main/modules/_types_.html +++ b/main/modules/_types_.html @@ -100,7 +100,7 @@

    DownloadOptions

    DownloadOptions: any
    @@ -110,7 +110,7 @@

    ElectronArtifactDetails

    @@ -120,7 +120,7 @@

    ElectronGenericArtifactDetails

    ElectronGenericArtifactDetails: { isGeneric: true } & ElectronDownloadRequest & ElectronDownloadRequestOptions
    @@ -130,7 +130,7 @@

    ElectronPlatformArtifactDetails

    ElectronPlatformArtifactDetails: { arch: string; artifactSuffix?: undefined | string; isGeneric?: undefined | false; platform: string } & ElectronDownloadRequest & ElectronDownloadRequestOptions
    @@ -140,7 +140,7 @@

    ElectronPlatformArtifactDetailsWithDefaults

    ElectronPlatformArtifactDetailsWithDefaults: ({} & { arch?: undefined | string; platform?: undefined | string }) | ElectronGenericArtifactDetails
    @@ -150,7 +150,7 @@

    Omit

    Omit<T, K>: Pick<T, Exclude<keyof T, K>>

    Type parameters

    diff --git a/main/modules/_utils_.html b/main/modules/_utils_.html index 02567676b..179712895 100644 --- a/main/modules/_utils_.html +++ b/main/modules/_utils_.html @@ -101,7 +101,7 @@

    ensureIsTruthyString

  • Type parameters

    @@ -136,7 +136,7 @@

    getEnv

  • @@ -183,7 +183,7 @@

    getHostArch

  • @@ -206,7 +206,7 @@

    getNodeArch

  • @@ -235,7 +235,7 @@

    isOfficialLinuxIA32Download

  • Parameters

    @@ -267,7 +267,7 @@

    normalizeVersion

  • Parameters

    @@ -290,7 +290,7 @@

    setEnv

  • Parameters

    @@ -316,7 +316,7 @@

    uname

  • @@ -338,7 +338,7 @@

    useAndRemoveDirectory

  • Type parameters

    @@ -388,7 +388,7 @@

    withTempDirectory

  • Type parameters

    @@ -435,7 +435,7 @@

    withTempDirectoryIn

  • Type parameters