Skip to content

Commit 2b201e0

Browse files
fix
1 parent 0ee1d93 commit 2b201e0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

fetch.bs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,13 +1428,10 @@ browsers.
14281428
<li><p>Let <var>userAgent</var> be the <a>WebDriver BiDi emulated User-Agent</a> for
14291429
<var>environment</var>.
14301430

1431-
<li><p>If <var>userAgent</var> is not null, then set <var>userAgent</var> to
1432-
<a>isomorphic encoded</a> <var>userAgent</var>.
1431+
<li><p>If <var>userAgent</var> is not null, then return <a>isomorphic encoded</a>
1432+
<var>userAgent</var>.
14331433

1434-
<li><p>Otherwise, set <var>userAgent</var> to <a>default `<code>User-Agent</code>` value</a>.
1435-
1436-
<li><p><a for="header list">Append</a> (`<code>User-Agent</code>`, <var>userAgent</var>) to
1437-
<var>httpRequest</var>'s <a for=request>header list</a>.
1434+
<li><p>Return <a>default `<code>User-Agent</code>` value</a>.
14381435
</ol>
14391436
</div>
14401437

0 commit comments

Comments
 (0)