Skip to content

Commit 97daba0

Browse files
Call webdriver bidi hooks to clone request and response bodies
1 parent 5939646 commit 97daba0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fetch.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4586,6 +4586,8 @@ the response. [[!HTTP-CACHING]]
45864586
<var>request</var>'s <a for=request>body</a> to <var>request</var>'s <a for=request>body</a>
45874587
<a for="byte sequence">as a body</a>.
45884588

4589+
<li><p>Run the <a>WebDriver BiDi clone network request body</a> steps with <var>request</var>.
4590+
45894591
<li>
45904592
<p>If all of the following conditions are true:
45914593

@@ -6691,6 +6693,8 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
66916693
<li><p>Set <var>response</var>'s <a for=response>body</a> to a new <a for=/>body</a> whose
66926694
<a for=body>stream</a> is <var>stream</var>.
66936695

6696+
<li><p>Run the <a>WebDriver BiDi clone network response body</a> steps with <var>request</var> and <var>response</var>.
6697+
66946698
<li><p tracking-vector>If <var>includeCredentials</var> is true, then the user agent should
66956699
<a>parse and store response `<code>Set-Cookie</code>` headers</a> given <var>request</var> and
66966700
<var>response</var>.

0 commit comments

Comments
 (0)