Skip to main content
URLSearchParams.prototype.values - url - Node documentation
method URLSearchParams.prototype.values

Usage in Deno

import { URLSearchParams } from "node:url";
URLSearchParams.prototype.values(): IterableIterator<string>

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

Return Type

IterableIterator<string>