Skip to main content
Version: 23.5.0

resolveBuildId() 函数

¥resolveBuildId() function

签名

¥Signature

export declare function resolveBuildId(
browser: Browser,
platform: BrowserPlatform,
tag: string
): Promise<string>;

参数

¥Parameters

范围

类型

描述

browser

Browser

platform

BrowserPlatform

tag

string

Returns:

Promise<string>