Skip to content

Commit

Permalink
use actual URLSearchParams iterator @@toStringTag
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 18, 2023
1 parent 037fced commit 74582eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var URLSearchParamsIterator = createIteratorConstructor(function Iterator(params
index: 0,
kind: kind
});
}, 'Iterator', function next() {
}, URL_SEARCH_PARAMS, function next() {
var state = getInternalIteratorState(this);
var target = state.target;
var index = state.index++;
Expand Down

0 comments on commit 74582eb

Please sign in to comment.