deno.com
method URLSearchParams.prototype.values
#URLSearchParams.prototype.values(): IterableIterator<string>

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

Return Type #

IterableIterator<string>