[Webkit-unassigned] [Bug 248651] New: Implement new Set Methods (intersection, union, difference, symmetricDifference, isSubsetOf, isSupersetOf, isDisjointFrom)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 00:40:38 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248651

            Bug ID: 248651
           Summary: Implement new Set Methods (intersection, union,
                    difference, symmetricDifference, isSubsetOf,
                    isSupersetOf, isDisjointFrom)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tetsuharu.ohzeki at gmail.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221202/ff7afdcc/attachment.htm>


More information about the webkit-unassigned mailing list