resolveBuildId() 関数
シグネチャ:
export declare function resolveBuildId(
browser: Browser,
platform: BrowserPlatform,
tag: string
): Promise<string>;
パラメータ
パラメータ | 型 | 説明 |
---|---|---|
ブラウザ | Browser | |
プラットフォーム | BrowserPlatform | |
タグ | 文字列 |
戻り値
Promise<文字列>
export declare function resolveBuildId(
browser: Browser,
platform: BrowserPlatform,
tag: string
): Promise<string>;
パラメータ | 型 | 説明 |
---|---|---|
ブラウザ | Browser | |
プラットフォーム | BrowserPlatform | |
タグ | 文字列 |
戻り値
Promise<文字列>