Skip to content
New issue

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

Set methods are supported in Edge #1133

Closed
captainbrosset opened this issue May 22, 2024 · 0 comments · Fixed by #1139
Closed

Set methods are supported in Edge #1133

captainbrosset opened this issue May 22, 2024 · 0 comments · Fixed by #1139

Comments

@captainbrosset
Copy link
Contributor

captainbrosset commented May 22, 2024

name: Set methods
description: "The `difference()`, `intersection()`, `isDisjointFrom()`, `isSubsetOf()`, `isSupersetOf()`, `symmetricDifference()`, and `union()` methods of the JavaScript `Set` object performs operations between two sets."
spec: https://tc39.es/proposal-set-methods/
group: sets
status:
baseline: false
support:
chrome: "122"
chrome_android: "122"
safari: "17"
safari_ios: "17"

Unless I'm missing something, the Set methods are supported in Edge since 122, same as Chrome.

foolip added a commit to foolip/web-features that referenced this issue May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant