We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esnext
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)
setInstance.intersection(other) setInstance.union(other) setInstance.difference(other) setInstance.symmetricDifference(other) setInstance.isSubsetOf(other) setInstance.isSupersetOf(other) setInstance.isDisjointFrom(other)
https://github.com/tc39/proposal-set-methods
Currently stage 3, but it's shipping in Safari and will hit stable Chrome in a couple weeks, so I'll be asking for stage 4 at the April meeting.
I'll go ahead and submit a PR.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
⚙ Compilation target
esnext
⚙ Library
esnext
Missing / Incorrect Definition
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)
Sample Code
Documentation Link
https://github.com/tc39/proposal-set-methods
Currently stage 3, but it's shipping in Safari and will hit stable Chrome in a couple weeks, so I'll be asking for stage 4 at the April meeting.
I'll go ahead and submit a PR.
The text was updated successfully, but these errors were encountered: