Page.workers() 方法
¥Page.workers() method
所有与该页面相关的专用 WebWorkers。
¥All of the dedicated WebWorkers associated with the page.
签名
¥Signature
class Page {
abstract workers(): WebWorker[];
}
Returns:
备注
¥Remarks
这不包含 ServiceWorkers
¥This does not contain ServiceWorkers