Skip to content

Comments

feat(url): implement URLSearchParams.size property#296

Merged
tschneidereit merged 1 commit intobytecodealliance:mainfrom
cromery:feat/urlsearchparams-size
Dec 19, 2025
Merged

feat(url): implement URLSearchParams.size property#296
tschneidereit merged 1 commit intobytecodealliance:mainfrom
cromery:feat/urlsearchparams-size

Conversation

@cromery
Copy link
Contributor

@cromery cromery commented Dec 19, 2025

Adds the readonly .size property to URLSearchParams as per the WHATWG URL Standard, returning the number of name-value pairs.

Adds the readonly .size property to URLSearchParams as per the WHATWG
URL Standard, returning the number of name-value pairs.
Copy link
Member

@tschneidereit tschneidereit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, thank you!

@tschneidereit tschneidereit merged commit 27d1d5d into bytecodealliance:main Dec 19, 2025
6 checks passed
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