-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Description
Otherwise, if init is a record, then for each mapping (name, value) in init, append a new name-value pair whose name is name and value is value, to query’s list.
I propose to also add support for multiple values
new URLSearchParams({ x: ['1', '2'], y: 3 });
// x=1&x=2&y=3Basically: when value is an array, for each item in that array, add a new name-value pair whose name is name and value is that item
Metadata
Metadata
Assignees
Labels
No labels