Skip to content

Commit

Permalink
Make location.search use UTF-8 unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 22, 2022
1 parent e00906b commit 329b358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -87951,8 +87951,7 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
<li><p>Set <var>copyURL</var>'s <span data-x="concept-url-query">query</span> to the empty
string.</p></li>

<li><p><span data-x="basic url parser">Basic URL parse</span> <var>input</var>, with null, the
<span>relevant <code>Document</code></span>'s <span>document's character encoding</span>,
<li><p><span data-x="basic url parser">Basic URL parse</span> <var>input</var>,
<var>copyURL</var> as <span data-x="basic url parser url"><i>url</i></span>, and <span>query
state</span> as <span data-x="basic url parser state override"><i>state
override</i></span>.</p></li>
Expand Down

0 comments on commit 329b358

Please sign in to comment.