Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make location.search use UTF-8 unconditionally #8309

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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