Creates an iterator whose values are the values from this iterator, stopping once the provided limit is reached.
method
url.URLSearchParamsIterator.take
@param limit
The maximum number of values to yield.
method
Creates an iterator whose values are the values from this iterator, stopping once the provided limit is reached.
The maximum number of values to yield.