Skip to main content
Version: Next

buildArchiveFilename() function

Utility function to build a standard archive filename.

Signature

export declare function buildArchiveFilename(
browser: Browser,
platform: BrowserPlatform,
buildId: string,
extension?: string,
): string;

Parameters

Parameter

Type

Description

browser

Browser

platform

BrowserPlatform

buildId

string

extension

string

(Optional)

Returns:

string