Generic interface for the artifact downloader library. The default implementation is GotDownloader, but any custom downloader can be passed to @electron/get via the ElectronDownloadRequestOptions.downloader option.
@electron/get
Options to pass to the downloader
Download an artifact from an arbitrary URL to a file path on system
URL of the file to download
Filesystem path to download the artifact to (including the file name)
Generic interface for the artifact downloader library. The default implementation is GotDownloader, but any custom downloader can be passed to
@electron/get
via the ElectronDownloadRequestOptions.downloader option.