Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit aa407d6

Browse files
authored
Update browser support for WebTransport. (#522)
1 parent 556f762 commit aa407d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/webtransport.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ JavaScript SDK creates a WebTransport with a QUIC agent when QUIC agent is enabl
2222

2323
## Limitations
2424

25-
WebTransport only supported in Chrome since 87. It's not enabled by default. To enable it, you need to [register the origin trail](https://web.dev/webtransport/#register-for-ot) or start Chrome with flag `--enable-experimental-web-platform-features`.
25+
WebTransport is only supported in Chrome since 97. [Custom certificate](https://w3c.github.io/webtransport/#custom-certificate-requirements), includes self-signed or untrusted CA signed, is not enabled by default. It's controlled by "WebTransportCustomCertificates", see [this change](https://chromium-review.googlesource.com/c/chromium/src/+/3208466) for detailed information.
2626

2727
## Examples
2828

0 commit comments

Comments
 (0)