Puppeteer 中文文档v25.8.0

JSHandle.[asyncDisposeSymbol]() 方法

签名

class JSHandle {
  [asyncDisposeSymbol](): Promise<void>;
}

返回值:

Promise<void>