2023-04-06 12:23:10 +00:00
|
|
|
---
|
|
|
|
sidebar_label: BrowserPlatform
|
|
|
|
---
|
|
|
|
|
|
|
|
# BrowserPlatform enum
|
|
|
|
|
2023-10-21 11:18:45 +00:00
|
|
|
Platform names used to identify a OS platform x architecture combination in the way that is relevant for the browser download.
|
2023-04-06 12:23:10 +00:00
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare enum BrowserPlatform
|
|
|
|
```
|
|
|
|
|
|
|
|
## Enumeration Members
|
|
|
|
|
|
|
|
| Member | Value | Description |
|
|
|
|
| ------- | -------------------------------- | ----------- |
|
|
|
|
| LINUX | <code>"linux"</code> | |
|
|
|
|
| MAC | <code>"mac"</code> | |
|
|
|
|
| MAC_ARM | <code>"mac_arm"</code> | |
|
|
|
|
| WIN32 | <code>"win32"</code> | |
|
|
|
|
| WIN64 | <code>"win64"</code> | |
|