tc39 / proposal-set-methods

Proposal for new Set methods in JS
https://tc39.github.io/proposal-set-methods/
Other
659 stars 15 forks source link

Bugfix: update index after use in Set.prototype.difference #104

Closed bakkot closed 10 months ago

bakkot commented 10 months ago

Fixes #103. Thanks @Ms2ger for the catch.