-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
url: add value argument to has and delete methods #47885
Merged
nodejs-github-bot
merged 13 commits into
nodejs:main
from
sankalp1999:url-search-param-has-delete
May 14, 2023
Merged
url: add value argument to has and delete methods #47885
nodejs-github-bot
merged 13 commits into
nodejs:main
from
sankalp1999:url-search-param-has-delete
May 14, 2023
Commits on May 8, 2023
-
url: add value argument to has and delete methods
The change aims to add value argument to two methods of URLSearchParams class i.e the has method and the delete method. For has method, if value argument is provided, then use it to check for presence. For delete method, if value argument provided, use it to delete. Fixes: nodejs#47883
Configuration menu - View commit details
-
Copy full SHA for 7d99ffc - Browse repository at this point
Copy the full SHA 7d99ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf95b5 - Browse repository at this point
Copy the full SHA ecf95b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5031f58 - Browse repository at this point
Copy the full SHA 5031f58View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1845e3 - Browse repository at this point
Copy the full SHA f1845e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2846704 - Browse repository at this point
Copy the full SHA 2846704View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0522c8 - Browse repository at this point
Copy the full SHA a0522c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1521f - Browse repository at this point
Copy the full SHA 3c1521fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e66fe1e - Browse repository at this point
Copy the full SHA e66fe1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68624b3 - Browse repository at this point
Copy the full SHA 68624b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c316c - Browse repository at this point
Copy the full SHA 29c316cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9126a64 - Browse repository at this point
Copy the full SHA 9126a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b19423 - Browse repository at this point
Copy the full SHA 3b19423View commit details
Commits on May 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb0e57d - Browse repository at this point
Copy the full SHA fb0e57dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.