Skip to content

Commit 80963b6

Browse files
authored
Do not set request's window
Per whatwg/fetch#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.
1 parent dace1e2 commit 80963b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5025,8 +5025,6 @@ To <dfn>create a report request</dfn> given a [=URL=] |url| and a [=byte sequenc
50255025
:: `null`
50265026
: [=request/origin=]
50275027
:: |url|'s [=url/origin=]
5028-
: [=request/window=]
5029-
:: "`no-window`"
50305028
: [=request/service-workers mode=]
50315029
:: "`none`"
50325030
: [=request/initiator=]

0 commit comments

Comments
 (0)