method URLSearchParams.prototype.valuesURLSearchParams.prototype.values(): IterableIterator<string>DeprecatedReturns an ES6 Iterator over the values of each name-value pair. Return TypeIterableIterator<string>