export declare function makeProgressCallback(
browser: Browser,
buildId: string,
): Promise<(downloadedBytes: number, totalBytes: number) => void>;
Parameter | Type | Description |
---|---|---|
browser | [Browser](./browsers.browser.md) | |
buildId | string |
Returns:
Promise<(downloadedBytes: number, totalBytes: number) => void>