- From: Jan-Ivar Bruaroey <notifications@github.com>
- Date: Tue, 28 Oct 2025 13:57:55 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1873@github.com>
Add a "webtransport" request mode modeled on "websocket" to integrate WebTransport in a manner similar (but not identical) to WebSockets. Not exposed.
Fixes #1808.
- [x] At least two implementers are interested (and none opposed):
* Chrome, Firefox, Safari
- [x] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
* PR aims to be behavior neutral with existing tests in https://wpt.fyi/results/webtransport
- [x] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: none revealed as of yet from this change
- [x] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: None planned (fetch is under the hood; [mdn websocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) does not mention it either)
- [x] The top of this comment includes a [clear commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md) to use. <!-- If you created this PR from a single commit, Github copied its message. Otherwise, you need to add a commit message yourself. -->
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)
<!--
This comment and the below content is programmatically generated.
You may add a comma-separated list of anchors you'd like a
direct link to below (e.g. #idl-serializers, #idl-sequence):
Don't remove this comment or modify anything below this line.
If you don't want a preview generated for this pull request,
just replace the whole of this comment's content by "no preview"
and remove what's below.
-->
***
<a href="https://whatpr.org/fetch/1873.html" title="Last updated on Oct 28, 2025, 8:57 PM UTC (0079409)">Preview</a> | <a href="https://whatpr.org/fetch/1873/0e72db8...0079409.html" title="Last updated on Oct 28, 2025, 8:57 PM UTC (0079409)">Diff</a>
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/fetch/pull/1873
-- Commit Summary --
* Add "webtransport" request mode.
-- File Changes --
M fetch.bs (38)
-- Patch Links --
https://github.com/whatwg/fetch/pull/1873.patch
https://github.com/whatwg/fetch/pull/1873.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1873
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1873@github.com>
Received on Tuesday, 28 October 2025 20:57:59 UTC