Determines whether all the members of this iterator satisfy the specified test.
method
url.URLSearchParamsIterator.every
@param predicate
A function that accepts up to two arguments. The every method calls the predicate function for each element in this iterator until the predicate returns false, or until the end of this iterator.