diff --git a/Overview.html b/Overview.html index 956451962..35c01cbea 100644 --- a/Overview.html +++ b/Overview.html @@ -3447,20 +3447,14 @@
Let temporaryBody be null. - -
If input is a Request
object and
- input's body is non-null, run
- these substeps:
-
-
Let temporaryBody be input's
+ body if input is a
+ Request
object and input's
+ body is non-null, and null otherwise.
Let request be input's request, if input is a diff --git a/Overview.src.html b/Overview.src.html index 70be22941..c9429f985 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -3393,20 +3393,14 @@
Let temporaryBody be null. - -
If input is a Request
object and
- input's body is non-null, run
- these substeps:
-
-
If input's used flag
- is set, throw a TypeError
.
+
If input is a Request
object and its
+ used flagis set,
+ throw a TypeError
.
-
Set temporaryBody to input's - body. -
Let temporaryBody be input's
+ body if input is a
+ Request
object and input's
+ body is non-null, and null otherwise.
Let request be input's request, if input is a