File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5890,15 +5890,16 @@ run these steps:
5890
5890
<var> httpRequest</var> 's <a for=request>header list</a> .
5891
5891
5892
5892
<li>
5893
- <p> If <var> httpRequest</var> 's <a for=request>header list</a> <a for="header list">does not
5894
- contain</a> `<code> User-Agent</code> `:
5893
+ <p> If <var> httpRequest</var> 's <a for=request>header list</a> <a
5894
+ for="header list"> does not contain</a> `<code> User-Agent</code> `:
5895
5895
5896
5896
<ol>
5897
- <li><p> Let <var> userAgent</var> be the result of running the <a>WebDriver BiDi emulated
5898
- User-Agent</a> with <var> httpRequest</var> 's <a for=request>client</a> .
5897
+ <li><p> Let <var> userAgent</var> be the result of running the
5898
+ <a>WebDriver BiDi emulated User-Agent</a> with <var> httpRequest</var> 's
5899
+ <a for=request>client</a> .
5899
5900
5900
- <li><p> If <var> userAgent</var> is null, set <var> userAgent</var> to <a>default
5901
- `<code>User-Agent</code>` value</a> .
5901
+ <li><p> If <var> userAgent</var> is null, then set <var> userAgent</var> to
5902
+ <a>default `<code>User-Agent</code>` value</a> .
5902
5903
5903
5904
<li><p> <a for="header list">Append</a> (`<code> User-Agent</code> `, <var> userAgent</var> ) to
5904
5905
<var> httpRequest</var> 's <a for=request>header list</a> .
You can’t perform that action at this time.
0 commit comments