Puppeteer 中文文档v25.8.0

AdapterState 类型

模拟的蓝牙适配器状态。

签名

export type AdapterState = 'absent' | 'powered-off' | 'powered-on';