Puppeteer 中文文档v25.8.0

Browser.[asyncDisposeSymbol]() 方法

签名

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

返回值:

Promise<void>