Page.workers() method

All of the dedicated WebWorkers associated with the page.

Signature

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

Returns:

WebWorker\[\]

Remarks

This does not contain ServiceWorkers