diff --git a/index.bs b/index.bs
index bcd8b9461..acc244b9e 100644
--- a/index.bs
+++ b/index.bs
@@ -7359,10 +7359,7 @@ To match collector for navigable given |collector| and |navigable|:
-To clone network request body given [=/request=] |request|:
-
-Note: This hook is intended to be triggered by the fetch spec when the request body has been safely extracted.
-See step 9 of https://fetch.spec.whatwg.org/#concept-fetch
+The WebDriver BiDi clone network request body steps given [=/request=] |request| are:
1. If |request|'s [=request/body=] is null, return.
@@ -7386,9 +7383,7 @@ See step 9 of https://fetch.spec.whatwg.org/#concept-fetch
-To clone network response body given |request| and |response body|:
-
-Note: This hook is intended to be triggered by the fetch spec when the response is set.
+The WebDriver BiDi clone network response body steps given |request| and |response body| are:
1. If |response body| is null, return.
@@ -7444,7 +7439,7 @@ To maybe collect network request body given |request|:
1. If |collected data| is null, return.
NOTE: This might happen if there are no collectors setup when the request is created,
- and [=clone network request body=] does not clone the corresponding body.
+ and [=WebDriver BiDi clone network request body=] does not clone the corresponding body.
Or if the body was null in the first place.
1. [=Maybe collect network data=] with |request|, |collected data|, null and "request".
@@ -7463,7 +7458,7 @@ To maybe collect network response body given |request| and |response|
1. If |collected data| is null, return.
NOTE: This might happen if there are no collectors setup when the response is created,
- and [=clone network response body=] does not clone the corresponding body.
+ and [=WebDriver BiDi clone network response body=] does not clone the corresponding body.
Or if the body was null in the first place.
1. Let |size| be |response|'s [=response body info=]'s [=encoded size=].
@@ -10498,8 +10493,6 @@ given [=/request=] |request| and [=/response=] |response|:
1. Let |response status| be "incomplete".
-1. [=Clone network response body=] with |request| and |response|.
-
1. Let |sessions| be the [=set of sessions for which an event is enabled=]
given "network.responseStarted" and |related navigables|.