web-platform-dx/web-features

Set methods are supported in Edge

Closed this issue · 0 comments

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.