resolveBuildId() 函数
签名
export declare function resolveBuildId(
browser: Browser,
platform: BrowserPlatform,
tag: string | BrowserTag,
): Promise<string>;
参数
|
参数 |
类型 |
说明 |
|---|---|---|
|
browser | ||
|
platform | ||
|
tag |
string | BrowserTag |
返回值:
Promise<string>