Skip to content

Conversation

alphashuro
Copy link

@alphashuro alphashuro commented Oct 12, 2025

getName does not exist in URLSearchParams's API, and the definition here was throwing an error because of this.

It should actually be get.

I checked all node versions prior to verify that it has indeed always been get

Checklist:

  • Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
  • [-] Linked any existing issues or proposals that this pull request should close
  • [-] Updated or added relevant documentation
  • Added a test for the contribution (if applicable)

`getName` does not exist in `URLSearchParams`'s API, and the definition
here was throwing an error because of this.

It should actually be `get`.

I checked all node versions prior to verify that it has indeed always
been `get`
@alphashuro alphashuro marked this pull request as ready for review October 12, 2025 16:35
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.

1 participant