Skip to content

LibWeb: Implement URL.canParse(url, base)#18287

Merged
linusg merged 3 commits intoSerenityOS:masterfrom
networkException:url-can-parse
Apr 11, 2023
Merged

LibWeb: Implement URL.canParse(url, base)#18287
linusg merged 3 commits intoSerenityOS:masterfrom
networkException:url-can-parse

Conversation

@networkException
Copy link
Copy Markdown
Member

This pull request implements the URL.canParse static function, recently introduced by whatwg/url#763 and does some related cleanup.

image

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Apr 11, 2023
This patch adds the API URL parser used by the URL constructor. This
makes the URL constructor steps match the spec again.
This patch adds an implementation of the URL.canParse(url, base) static
function :^)
@linusg linusg merged commit b1e43c9 into SerenityOS:master Apr 11, 2023
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Apr 11, 2023
@networkException networkException changed the title LibWeb: Implement URL.canParse(url, base) LibWeb: Implement URL.canParse(url, base) Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants