From 80963b6ca12abca367df61bdf9774e9a578ca444 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 13 May 2025 14:10:34 +0900 Subject: [PATCH] Do not set request's window Per https://github.com/whatwg/fetch/pull/1823, this concept is going away. After that change, null-client scenarios will automatically do the right thing, and create no user prompts, which aligns with this spec's desired outcome. --- index.bs | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.bs b/index.bs index 9141ea459..e894e7c60 100644 --- a/index.bs +++ b/index.bs @@ -5025,8 +5025,6 @@ To create a report request given a [=URL=] |url| and a [=byte sequenc :: `null` : [=request/origin=] :: |url|'s [=url/origin=] - : [=request/window=] - :: "`no-window`" : [=request/service-workers mode=] :: "`none`" : [=request/initiator=]