Skip to content

Commit 1c19de8

Browse files
isomorphic encoded userAgent
1 parent 01d42b1 commit 1c19de8

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
@@ -5995,8 +5995,10 @@ run these steps:
59955995
<a>WebDriver BiDi emulated User-Agent</a> with <var>httpRequest</var>'s
59965996
<a for=request>client</a>.
59975997

5998-
<li><p>If <var>userAgent</var> is null, then set <var>userAgent</var> to
5999-
<a>default `<code>User-Agent</code>` value</a>.
5998+
<li><p>If <var>userAgent</var> is not null, then set <var>userAgent</var> to
5999+
<a>isomorphic encoded</a> <var>userAgent</var>.
6000+
6001+
<li><p>Otherwise, set <var>userAgent</var> to <a>default `<code>User-Agent</code>` value</a>.
60006002

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

0 commit comments

Comments
 (0)