Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 381 Bytes

puppeteer.page.workers.md

File metadata and controls

23 lines (15 loc) · 381 Bytes
sidebar_label
Page.workers

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