File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1428,13 +1428,10 @@ browsers.
1428
1428
<li><p> Let <var> userAgent</var> be the <a>WebDriver BiDi emulated User-Agent</a> for
1429
1429
<var> environment</var> .
1430
1430
1431
- <li><p> If <var> userAgent</var> is not null, then set <var> userAgent </var> to
1432
- <a>isomorphic encoded</a> < var> userAgent</var> .
1431
+ <li><p> If <var> userAgent</var> is not null, then return <a>isomorphic encoded</a>
1432
+ <var> userAgent</var> .
1433
1433
1434
- <li><p> Otherwise, set <var> userAgent</var> to <a>default `<code>User-Agent</code>` value</a> .
1435
-
1436
- <li><p> <a for="header list">Append</a> (`<code> User-Agent</code> `, <var> userAgent</var> ) to
1437
- <var> httpRequest</var> 's <a for=request>header list</a> .
1434
+ <li><p> Return <a>default `<code>User-Agent</code>` value</a> .
1438
1435
</ol>
1439
1436
</div>
1440
1437
You can’t perform that action at this time.
0 commit comments