Skip to main content
method URLSearchParams.prototype.values
URLSearchParams.prototype.values(): IterableIterator<string>
Deprecated

Returns an ES6 Iterator over the values of each name-value pair.

Return Type

IterableIterator<string>
Back to top