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
All of the dedicated WebWorkers associated with the page.
class Page {
abstract workers(): WebWorker[];
}
Returns:
This does not contain ServiceWorkers