Re: [whatwg/url] Enumerate differences between URLSearchParams and search (#495)

@annevk commented on this pull request.



> @@ -3102,6 +3102,23 @@ let params = new URLSearchParams({key: "730d67"})
 params.toString() // "key=730d67"</code></pre>
 </div>
 
+<div class=note>
+ <p>As {{URLSearchParams}} objects use the <a><code>application/x-www-form-urlencoded</code></a>
+ format underneath there are some difference with how it encodes certain code points compared to
+ {{URL/search}}.

maybe just say URL then?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/495#discussion_r420243117

Received on Tuesday, 5 May 2020 16:30:23 UTC