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

Implemented URL Methods #48406

Closed
wants to merge 1 commit into from

Conversation

riteshshukla04
Copy link

@riteshshukla04 riteshshukla04 commented Dec 28, 2024

Summary:

Implemented URL accessors . Fixes #45030
The methods output are identical to outputs of window.url .

Changelog:

[General][Added] URL accessors for unimplemented Methods

Test Plan:

image

image
Tested with URL :- 'https://example.com:8080/path?query=1#hash'

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. labels Dec 28, 2024
@riteshshukla04
Copy link
Author

@cipolleschi @cortinico Apologies for tagging but Can you check if this can be merged

@cipolleschi
Copy link
Contributor

@riteshshukla04 Thanks for the PR, but there is already another PR that is doing something similar: #48333. We try to give priority to PRs that arrives first. Feel free to comment and review the other PR as well to make sure that also all your changes are included.

@riteshshukla04
Copy link
Author

Thanks @cipolleschi . I didnt see that PR .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Finish implementing URL accessors like host, hostname, username, password
3 participants