Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB committed Jan 5, 2025
1 parent 6a25916 commit 7606c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/echo_client_wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ wasm-pack build \
&& npm run start
```

The app will only work on browsers [that support](https://caniuse.com/mdn-api_webtransport_webtransport_options_servercertificatehashes_parameter) self-signed certificates. Major browsers with support (as of April 8, 2024): Chrome, Edge, Opera.
The app will fall back to websockets for browsers that don't [support](https://caniuse.com/mdn-api_webtransport_webtransport_options_servercertificatehashes_parameter) self-signed webtransport certificates. Note that Firefox `v133.0.*` will not work due to a Firefox webtransport bug (which is undetectable, so we can't fall back to websockets properly).

0 comments on commit 7606c38

Please sign in to comment.