RTCCertificateStats: base64Certificate property
Baseline
2026
Newly available
Since August 2026, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
The base64Certificate property of the RTCCertificateStats dictionary is a string containing the base-64 representation of the DER-encoded certificate.
This is essentially an encoding of the original certificate as a string that can safely serialized and deserialized when sent over an IP network.
Value
A Base64 representation of the DER-encoded certificate.
Specifications
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtccertificatestats-base64certificate> |