Puppeteer 中文文档v25.8.0

SecurityDetails.protocol() 方法

正在使用的安全协议,例如“TLS 1.2”。

签名

class SecurityDetails {
  protocol(): string;
}

返回值:

string