- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 01 Feb 2021 09:44:58 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 February 2021 17:45:11 UTC
@annevk commented on this pull request. > @@ -1656,14 +1653,16 @@ different document encoding. Using the <a>UTF-8</a> encoding everywhere solves t <hr> <p>The <dfn export id=concept-basic-url-parser lt="basic URL parser">basic URL parser</dfn> takes a -string <var>input</var>, optionally with a <a>base URL</a> <var>base</var>, optionally with an -<a for=/>encoding</a> <var>encoding override</var>, optionally with a <a for=/>URL</a> -<var>url</var> and a state override <var>state override</var>, and then runs these steps: +string <var>input</var>, with an optional null or <a>base URL</a> <var>base</var> (default null), an +optional <a for=/>encoding</a> <var>encoding</var> (default <a>UTF-8</a>), an optional See above. -- 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/575#discussion_r568017397
Received on Monday, 1 February 2021 17:45:11 UTC