Skip to main content
Version: 24.38.0

Page.workers() 方法

🌐 Page.workers() method

与该页面相关的所有专用 WebWorkers

🌐 All of the dedicated WebWorkers associated with the page.

语法

🌐 Signature

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

返回:

WebWorker[]

附注

🌐 Remarks

这不包含 ServiceWorkers

🌐 This does not contain ServiceWorkers