Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.63k stars 1.38k forks source link

Standard builtin object `Set` is missing #6129

Open chrisvelevitch opened 2 years ago

chrisvelevitch commented 2 years ago

The Set object lets you store unique values of any type, whether primitive values or object references (see new Set()).

Schweinepriester commented 2 years ago

Technically it's there, of https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set#browser_compatibility e.g.

However it's not really discoverable when searching for "set"… :/