0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.page.workers.md

372 B

sidebar_label
Page.workers

Page.workers() method

All of the dedicated WebWorkers associated with the page.

Signature:

class Page {
  workers(): WebWorker[];
}

Returns:

WebWorker[]

Remarks

This does not contain ServiceWorkers