Skip to content

Commit 776caa0

Browse files
committed
review
1 parent dac2dc3 commit 776caa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fetch.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7806,7 +7806,7 @@ constructor steps are:
78067806
« ».
78077807

78087808
<li><p>Set <a>this</a>'s <a for=Request>signal</a> to the result of
7809-
<a>creating a new composite abort signal</a> from <var>signals</var>, using {{AbortSignal}} and
7809+
<a>creating a dependent abort signal</a> from <var>signals</var>, using {{AbortSignal}} and
78107810
<a>this</a>'s <a>relevant Realm</a>.
78117811

78127812
<li><p>Set <a>this</a>'s <a for=Request>headers</a> to a <a for=/>new</a> {{Headers}} object with
@@ -7994,8 +7994,8 @@ set; otherwise false.
79947994

79957995
<li><p><a for=/>Assert</a>: <a>this</a>'s <a for=Request>signal</a> is non-null.
79967996

7997-
<li><p>Let <var>clonedSignal</var> be the result of <a>creating a new composite abort signal</a>
7998-
from « <a>this</a>'s <a for=Request>signal</a> », using {{AbortSignal}} and <a>this</a>'s
7997+
<li><p>Let <var>clonedSignal</var> be the result of <a>creating a dependent abort signal</a> from
7998+
« <a>this</a>'s <a for=Request>signal</a> », using {{AbortSignal}} and <a>this</a>'s
79997999
<a>relevant Realm</a>.
80008000

80018001
<li><p>Let <var>clonedRequestObject</var> be the result of <a for=Request>creating</a> a

0 commit comments

Comments
 (0)