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 042c341 commit dc1e427Copy full SHA for dc1e427
fetch.bs
@@ -5898,8 +5898,10 @@ run these steps:
5898
<a>WebDriver BiDi emulated User-Agent</a> with <var>httpRequest</var>'s
5899
<a for=request>client</a>.
5900
5901
- <li><p>If <var>userAgent</var> is null, then set <var>userAgent</var> to
5902
- <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>.
5903
+
5904
+ <li><p>Otherwise, set <var>userAgent</var> to <a>default `<code>User-Agent</code>` value</a>.
5905
5906
<li><p><a for="header list">Append</a> (`<code>User-Agent</code>`, <var>userAgent</var>) to
5907
<var>httpRequest</var>'s <a for=request>header list</a>.
0 commit comments