-
-
Notifications
You must be signed in to change notification settings - Fork 7
URLSearchParams #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
The current name is a bit unfortunate for this, but it would be nice if this library was generic over both FormData and URLSearchParams so you could do this:
You may then also want to support some more of the syntaxes commonly used in search params. See https://www.npmjs.com/package/qs for some examples