Skip to content

Commit af1af21

Browse files
authored
Switch from request's window to traversable for user prompts (#724)
Follows whatwg/fetch#1823.
1 parent 205cac6 commit af1af21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,8 +1934,8 @@ Content-Type: application/reports+json
19341934
: <a for="request">origin</a>
19351935
:: |violation|'s <a for="violation">global object</a>'s <a>relevant settings
19361936
object</a>'s <a for="environment settings object">origin</a>
1937-
: <a for="request">window</a>
1938-
:: "`no-window`"
1937+
: <a for="request">traversable for user prompts</a>
1938+
:: "`no-traversable`"
19391939
: <a for="request">client</a>
19401940
:: |violation|'s <a for="violation">global object</a>'s <a>relevant
19411941
settings object</a>

0 commit comments

Comments
 (0)