URLSearchParams.toObject()
Description
Makes an object with the key-value pairs
Syntax
urlSearchParams.toObject()
Parameters
toObject()
Return Value
An object containing key-value pairs of all items in the query string.
Makes an object with the key-value pairs
urlSearchParams.toObject()
toObject()
An object containing key-value pairs of all items in the query string.