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.
14281428 <li><p> Let <var> userAgent</var> be the <a>WebDriver BiDi emulated User-Agent</a> for
14291429 <var> environment</var> .
14301430
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> .
14331433
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> .
14381435</ol>
14391436</div>
14401437
You can’t perform that action at this time.
0 commit comments