Performs the specified action for each element in the iterator.
method
url.URLSearchParamsIterator.forEach
@param callbackfn
A function that accepts up to two arguments. forEach calls the callbackfn function one time for each element in the iterator.