Skip to content

Commit

Permalink
Add endpoints for specifications needing to parse URLs
Browse files Browse the repository at this point in the history
This makes the following changes:

* It renames parse a URL to encoding-parse a URL, signifying it takes into account the encoding of the document or environment.
* Similarly it renames parse and serialize a URL to encoding-parse-and-serialize a URL.
* It adds parse a URL that does not take into account the encoding of the document or environment.
* It exports both parse a URL and encoding-parse a URL and adds some guidance for specification authors.
  • Loading branch information
annevk authored Sep 19, 2023
1 parent 43859d4 commit 59e75bb
Showing 1 changed file with 144 additions and 130 deletions.
Loading

0 comments on commit 59e75bb

Please sign in to comment.