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 @@ -5987,15 +5987,16 @@ run these steps:
5987
5987
<var> httpRequest</var> 's <a for=request>header list</a> .
5988
5988
5989
5989
<li>
5990
- <p> If <var> httpRequest</var> 's <a for=request>header list</a> <a for="header list">does not
5991
- contain</a> `<code> User-Agent</code> `:
5990
+ <p> If <var> httpRequest</var> 's <a for=request>header list</a> <a
5991
+ for="header list"> does not contain</a> `<code> User-Agent</code> `:
5992
5992
5993
5993
<ol>
5994
- <li><p> Let <var> userAgent</var> be the result of running the <a>WebDriver BiDi emulated
5995
- User-Agent</a> with <var> httpRequest</var> 's <a for=request>client</a> .
5994
+ <li><p> Let <var> userAgent</var> be the result of running the
5995
+ <a>WebDriver BiDi emulated User-Agent</a> with <var> httpRequest</var> 's
5996
+ <a for=request>client</a> .
5996
5997
5997
- <li><p> If <var> userAgent</var> is null, set <var> userAgent</var> to <a>default
5998
- `<code>User-Agent</code>` value</a> .
5998
+ <li><p> If <var> userAgent</var> is null, then set <var> userAgent</var> to
5999
+ <a>default `<code>User-Agent</code>` value</a> .
5999
6000
6000
6001
<li><p> <a for="header list">Append</a> (`<code> User-Agent</code> `, <var> userAgent</var> ) to
6001
6002
<var> httpRequest</var> 's <a for=request>header list</a> .
You can’t perform that action at this time.
0 commit comments