mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
adeffbaac1
* docs(new): migrate Page.ts to TSDoc (part 0 / 2) Co-authored-by: Changhao Han <changhaohan@chromium.org>
18 lines
511 B
Markdown
18 lines
511 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [workers](./puppeteer.page.workers.md)
|
|
|
|
## Page.workers() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
workers(): WebWorker[];
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
[WebWorker](./puppeteer.webworker.md)<!-- -->\[\]
|
|
|
|
all of the dedicated [WebWorkers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) associated with the page.
|
|
|