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
<rdar://problem/104444161>
*** This bug has been marked as a duplicate of bug 251510 ***