Skip to main content

values

method URLSearchParams.prototype.values
Jump to headingURLSearchParams.prototype.values(): IterableIterator<string>

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

Return Type Jump to heading

IterableIterator<string>
Back to top