Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from Apr 11, 2023

Conversation

networkException
Copy link
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
AK/URLParser.cpp Outdated Show resolved Hide resolved
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
11 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Apr 11, 2023
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.

None yet

2 participants