Skip to content

Commit

Permalink
Oops, wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Oct 30, 2023
1 parent 028dadc commit 5e7af61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/blog/replacing-webrtc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Check [caniuse](https://caniuse.com/webcodecs) for current browser support.

## WebTransport

[WebTransport](https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API) is a new API for transmitting data over the network.
[WebTransport](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport_API) is a new API for transmitting data over the network.
Think of it like WebSockets, but with a few key differences:

- [QUIC](https://www.rfc-editor.org/rfc/rfc9000.html) not TCP.
Expand Down

0 comments on commit 5e7af61

Please sign in to comment.