RESOLVED DUPLICATE of bug 251510 248651
Implement new Set Methods (intersection, union, difference, symmetricDifference, isSubsetOf, isSupersetOf, isDisjointFrom)
https://bugs.webkit.org/show_bug.cgi?id=248651
Summary Implement new Set Methods (intersection, union, difference, symmetricDifferen...
Tetsuharu Ohzeki [UTC+9]
Reported 2022-12-02 00:40:38 PST
It has been promoted to stage 3. https://github.com/tc39/proposals/commit/7130d141bfd883c2fb0ed64e7e0d0900ffe9e73b - `Set.prototype.intersection(other)` - `Set.prototype.union(other)` - `Set.prototype.difference(other)` - `Set.prototype.symmetricDifference(other)` - `Set.prototype.isSubsetOf(other)` - `Set.prototype.isSupersetOf(other)` - `Set.prototype.isDisjointFrom(other)` spec: https://github.com/tc39/proposal-set-methods
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-19 13:56:46 PST
Ross Kirsling
Comment 2 2023-02-08 18:56:24 PST
*** This bug has been marked as a duplicate of bug 251510 ***
Note You need to log in before you can comment on or make changes to this bug.