WPT
wpt / webtransport / sendgroup.https.any.worker.html
Spec: WebTransport ↗
Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 12/13 | 13/13 | 0/13 | 0/13 | 0/13 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| WebTransport.createSendGroup() should return a WebTransportSendGroup instance | PASS | PASS | FAIL | FAIL | FAIL | — |
| WebTransport.createUnidirectionalStream() with sendGroup should create a working stream | PASS | PASS | FAIL | FAIL | FAIL | — |
| WebTransport.createBidirectionalStream() with sendGroup should create a working stream | PASS | PASS | FAIL | FAIL | FAIL | — |
| WebTransport.createBidirectionalStream() with sendGroup should respect sendOrder option | PASS | PASS | FAIL | FAIL | FAIL | — |
| WebTransport.createUnidirectionalStream() with sendGroup should respect sendOrder option | PASS | PASS | FAIL | FAIL | FAIL | — |
| Multiple send groups can be created and used independently | PASS | PASS | FAIL | FAIL | FAIL | — |
| Multiple streams can be created with the same send group | PASS | PASS | FAIL | FAIL | FAIL | — |
| WebTransport streams can have both sendGroup and sendOrder options | PASS | PASS | FAIL | FAIL | FAIL | — |
| sendGroup setter on existing stream updates the sendGroup | PASS | PASS | FAIL | FAIL | FAIL | — |
| sendGroup setter throws InvalidStateError when sendGroup belongs to a different transport | PASS | PASS | FAIL | FAIL | FAIL | — |
| sendGroup can be set to null to clear the group | PASS | PASS | FAIL | FAIL | FAIL | — |
| createSendGroup() throws InvalidStateError on a closed transport | FAIL | PASS | FAIL | FAIL | FAIL | — |
| WebTransportDatagramsWritable supports sendGroup and sendOrder | PASS | PASS | FAIL | FAIL | FAIL | — |