From 6a66360f60510f4256c3e327faa6cd91c340cb61 Mon Sep 17 00:00:00 2001 From: Liam Brady Date: Fri, 10 Jan 2025 16:21:30 -0500 Subject: [PATCH 1/3] network revocation for websocket and webtransport --- spec.bs | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 65aa289..891fa2c 100644 --- a/spec.bs +++ b/spec.bs @@ -269,6 +269,18 @@ spec: attribution-reporting; urlPrefix: https://wicg.github.io/attribution-repor spec: turtledove; urlPrefix: https://wicg.github.io/turtledove/ type: dfn text: construct a pending fenced frame config; url: construct-a-pending-fenced-frame-config +spec: RFC6455; urlPrefix: https://datatracker.ietf.org/doc/html/rfc6455 + type: dfn + text: fail the WebSocket connection; url: #section-7.1.7 +spec: WebSocket; urlPrefix: https://websockets.spec.whatwg.org/ + type: dfn + text: establish a WebSocket connection; url: #concept-websocket-establish +spec: WebTransport; urlPrefix: https://w3c.github.io/webtransport + type: dfn + for: WebTransport + text: cleanup; url: #webtransport-cleanup + text: queue a network task; url: #webtransport-queue-a-network-task + text: initialize WebTransport over HTTP; url: #initialize-webtransport-over-http