Skip to content

Commit 63b1d36

Browse files
fixes
1 parent 3cdb162 commit 63b1d36

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

fetch.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5894,11 +5894,12 @@ run these steps:
58945894
contain</a> `<code>User-Agent</code>`:
58955895

58965896
<ol>
5897-
<li><p>Let <var>userAgent</var> be the result of running the <a>WebDriver BiDi emulated
5898-
User-Agent</a> with <var>httpRequest</var>'s <a for=request>client</a>.
5897+
<li><p>Let <var>userAgent</var> be the result of running the
5898+
<a>WebDriver BiDi emulated User-Agent</a> with <var>httpRequest</var>'s
5899+
<a for=request>client</a>.
58995900

5900-
<li><p>If <var>userAgent</var> is null, set <var>userAgent</var> to <a>default
5901-
`<code>User-Agent</code>` value</a>.
5901+
<li><p>If <var>userAgent</var> is null, then set <var>userAgent</var> to
5902+
<a>default `<code>User-Agent</code>` value</a>.
59025903

59035904
<li><p><a for="header list">Append</a> (`<code>User-Agent</code>`, <var>userAgent</var>) to
59045905
<var>httpRequest</var>'s <a for=request>header list</a>.

0 commit comments

Comments
 (0)