resolveBuildId() 函数
¥resolveBuildId() function
签名
¥Signature
export declare function resolveBuildId(
browser: Browser,
platform: BrowserPlatform,
tag: string | BrowserTag,
): Promise<string>;
参数
¥Parameters
范围 | 类型 | 描述 |
---|---|---|
browser | ||
platform | ||
tag | 字符串 | BrowserTag |
Returns:
Promise<string>