Re: [whatwg/url] Editorial: algorithms can now have default argument values (#575)

@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

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_r568017285

Received on Monday, 1 February 2021 17:44:59 UTC