method URLSearchParams.prototype.values
#URLSearchParams.prototype.values(): URLSearchParamsIterator<string>
Returns an ES6 Iterator
over the values of each name-value pair.
Return Type #
URLSearchParamsIterator<string>
#URLSearchParams.prototype.values(): URLSearchParamsIterator<string>
Returns an ES6 Iterator
over the values of each name-value pair.
URLSearchParamsIterator<string>