We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d42b1 commit 1c19de8Copy full SHA for 1c19de8
fetch.bs
@@ -5995,8 +5995,10 @@ run these steps:
5995
<a>WebDriver BiDi emulated User-Agent</a> with <var>httpRequest</var>'s
5996
<a for=request>client</a>.
5997
5998
- <li><p>If <var>userAgent</var> is null, then set <var>userAgent</var> to
5999
- <a>default `<code>User-Agent</code>` value</a>.
+ <li><p>If <var>userAgent</var> is not null, then set <var>userAgent</var> to
+ <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>.
6002
6003
<li><p><a for="header list">Append</a> (`<code>User-Agent</code>`, <var>userAgent</var>) to
6004
<var>httpRequest</var>'s <a for=request>header list</a>.
0 commit comments