2023-04-06 12:23:10 +00:00
|
|
|
---
|
|
|
|
sidebar_label: resolveBuildId
|
|
|
|
---
|
|
|
|
|
|
|
|
# resolveBuildId() function
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare function resolveBuildId(
|
|
|
|
browser: Browser,
|
|
|
|
platform: BrowserPlatform,
|
|
|
|
tag: string
|
|
|
|
): Promise<string>;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
2024-03-20 15:03:14 +00:00
|
|
|
<table><thead><tr><th>
|
2023-04-06 12:23:10 +00:00
|
|
|
|
2024-03-20 15:03:14 +00:00
|
|
|
Parameter
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Type
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
|
|
|
</th></tr></thead>
|
|
|
|
<tbody><tr><td>
|
|
|
|
|
|
|
|
browser
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
[Browser](./browsers.browser.md)
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
<tr><td>
|
|
|
|
|
|
|
|
platform
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
[BrowserPlatform](./browsers.browserplatform.md)
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
<tr><td>
|
|
|
|
|
|
|
|
tag
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
string
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
</tbody></table>
|
2023-04-06 12:23:10 +00:00
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
Promise<string>
|