18 lines
479 B
Markdown
18 lines
479 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [BrowserFetcher](./puppeteer.browserfetcher.md) > [platform](./puppeteer.browserfetcher.platform.md)
|
|
|
|
## BrowserFetcher.platform() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
platform(): Platform;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
[Platform](./puppeteer.platform.md)
|
|
|
|
Returns the current `Platform`, which is one of `mac`, `linux`, `win32` or `win64`.
|
|
|