URLSearchParams.toString()
Description
Composes the query string.
Syntax
urlSearchParams.toString()
Parametrs
toString()
Return Value
A string formatted from all the items using '&'
and '='
separators.