OptionalgetProgressCallback?: (progress: Progress) => Promise<void>Optionalquiet?: booleanDisables the console progress bar. Setting the ELECTRON_GET_NO_PROGRESS
environment variable to a non-empty value also does this.
RequestInit for possible keys/values.
Called on each chunk with the current download Progress.