mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
381 B
381 B
sidebar_label |
---|
Page.workers |
Page.workers() method
All of the dedicated WebWorkers associated with the page.
Signature:
class Page {
abstract workers(): WebWorker[];
}
Returns:
Remarks
This does not contain ServiceWorkers