Skip to content

Commit dc1e427

Browse files
isomorphic encoded userAgent
1 parent 042c341 commit dc1e427

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fetch.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5898,8 +5898,10 @@ run these steps:
58985898
<a>WebDriver BiDi emulated User-Agent</a> with <var>httpRequest</var>'s
58995899
<a for=request>client</a>.
59005900

5901-
<li><p>If <var>userAgent</var> is null, then set <var>userAgent</var> to
5902-
<a>default `<code>User-Agent</code>` value</a>.
5901+
<li><p>If <var>userAgent</var> is not null, then set <var>userAgent</var> to
5902+
<a>isomorphic encoded</a> <var>userAgent</var>.
5903+
5904+
<li><p>Otherwise, set <var>userAgent</var> to <a>default `<code>User-Agent</code>` value</a>.
59035905

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

0 commit comments

Comments
 (0)