-
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: more sophisticated brand check for URLSearchParams #47414
Conversation
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Results are very good IMO:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
The performance impact might be because Also since this PR doesn't change the status quo, I propose that we not block it on the resolution from #47218. |
This comment was marked as outdated.
This comment was marked as outdated.
Use private properties and static {} blocks. PR-URL: nodejs#47414 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Landed in 4b448c8 |
Use private properties and static {} blocks. PR-URL: #47414 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Use private properties, following the lead of the
URL
class.