diff --git a/fetch.bs b/fetch.bs index f00f3c966..b0c5b0a3b 100755 --- a/fetch.bs +++ b/fetch.bs @@ -8748,7 +8748,7 @@ constructor steps are:
Let signals be « signal » if signal is non-null; otherwise « ». -
Set this's signal to the result of creating a dependent abort signal from signals, using {{AbortSignal}} and this's relevant realm. @@ -8919,6 +8919,10 @@ set; otherwise false.
The signal
getter steps are to return this's
signal.
+
This's signal is always initialized in the +constructor and when +cloning. +
The duplex
getter steps are to return
"half
".
@@ -8935,7 +8939,7 @@ set; otherwise false.
Let clonedSignal be the result of creating a dependent abort signal from +
Let clonedSignal be the result of creating a dependent abort signal from « this's signal », using {{AbortSignal}} and this's relevant realm.