🏠 New in Low Baseline Support: WeakSet

September 30, 2015

caniuse · mdn · spec

A WeakSet object stores unique values of any type without creating strong references to the values, such that membership in the set does not prevent garbage collection of the value.

Source features