Skip to main content
Version: 23.2.0

Page.workers() 方法

¥Page.workers() method

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

¥All of the dedicated WebWorkers associated with the page.

签名

¥Signature

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

Returns:

WebWorker[]

备注

¥Remarks

这不包含 ServiceWorkers

¥This does not contain ServiceWorkers