Skip to content

Commit

Permalink
Make navigate() use UTF-8 in the URL parser
Browse files Browse the repository at this point in the history
Tests: ...

Fixes #9708.
  • Loading branch information
annevk committed Sep 19, 2023
1 parent 59e75bb commit 4e5aafd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -90841,8 +90841,9 @@ interface <dfn interface>NavigationHistoryEntry</dfn> : <span>EventTarget</span>
data-x="dom-Navigation-navigate">navigate(<var>options</var>)</code></dfn> method steps are:</p>

<ol>
<li><p>Let <var>urlRecord</var> be the result of <span>encoding-parsing a URL</span> given
<var>url</var>, relative to <span>this</span>'s <span>relevant settings object</span>.</p></li>
<li><p>Let <var>urlRecord</var> be the result of <span data-x="parse a URL">parsing a URL</span>
given <var>url</var>, relative to <span>this</span>'s <span>relevant settings
object</span>.</p></li>

<li><p>If <var>urlRecord</var> is failure, then return an <span
data-x="navigation-api-early-error-result">early error result</span> for a
Expand Down

0 comments on commit 4e5aafd

Please sign in to comment.