W3C Moves WebTransport to Candidate Recommendation

The W3C published WebTransport as a Candidate Recommendation on 30 July 2026 and formally invited implementations, a firm step toward the API becoming a stable, browser-supported standard rather than an experimental feature behind a flag.
WebTransport defines a set of ECMAScript and WebIDL APIs for bidirectional data transfer between a browser and a server, built on top of the IETF's WEBTRANS protocol work. In practice, it is aimed at the same territory WebSockets has occupied for years, but with lower latency and support for multiple simultaneous streams over a single connection, which matters for anything sending frequent small updates: live collaboration tools, multiplayer experiences, or real-time dashboards pulling data continuously rather than polling.
Reaching Candidate Recommendation status does not mean the API is finished. The W3C has left the comment period open until 30 October 2026, giving implementers and developers a window to flag problems before the specification locks further. What it does signal is that the working group considers the API stable enough to be worth building against now, rather than something likely to change shape significantly before shipping.
For teams building anything latency-sensitive on the web, this is the point to start prototyping rather than waiting for a final recommendation. Specifications rarely change dramatically between Candidate Recommendation and full Recommendation status, and browser vendors typically begin shipping experimental support well before that final milestone.
It will not replace WebSockets everywhere. For simple message passing, WebSockets remain simpler to reason about. But for anything where connection setup time or stream multiplexing actually matters, WebTransport reaching this stage is worth tracking.
Browser support during the Candidate Recommendation period is usually partial and behind flags, so production use is still some way off. The direction of travel, though, is now clear enough to plan around, and studios building latency-sensitive tools would do well to read the spec now rather than waiting for full browser support to arrive.