Skip to content

Commit 51e0a1a

Browse files
committed
address removal of request's window
1 parent cc8b7e5 commit 51e0a1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fetch.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6846,7 +6846,8 @@ which is an algorithm that takes no arguments:
68466846

68476847
<li><p>The user agent has a reason to believe that it is about to lose the opportunity to
68486848
execute scripts, e.g., when the browser is moved to the background, or when
6849-
<var>request</var>'s <a for=request>window</a> is a {{Window}} whose
6849+
<var>request</var>'s <a for=request>client</a>'s
6850+
<a for="environment settings object">global object</a> is a {{Window}} object whose
68506851
<a>associated document</a> had a "<code>hidden</code>" <a for=Document>visibility state</a> for
68516852
a long period of time.
68526853
</ul>
@@ -9132,7 +9133,7 @@ method steps are:
91329133

91339134
<li><p>If <var>activateAfter</var> is less than 0, then throw a {{RangeError}}.
91349135

9135-
<li><p>If <var>request</var>'s <a for=request>window</a>'s <a>associated document</a> is not
9136+
<li><p>If <a>this</a>'s <a>relevant global object</a>'s <a>associated document</a> is not
91369137
<a>fully active</a>, then throw a {{TypeError}}.
91379138

91389139
<li><p>If <var>request</var>'s <a for=request>URL</a>'s <a for=url>scheme</a> is not an

0 commit comments

Comments
 (0)