Puppeteer 中文文档v25.8.0

HandleOr 类型

签名

export type HandleOr<T> = HandleFor<T> | JSHandle<T> | T;

引用: HandleForJSHandle