A Set polyfill for legacy browsers.
- CDN via https://unpkg.com/@ungap/set
- ESM via
import Set from '@ungap/set'
- CJS via
const Set = require('@ungap/set')
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).
A Set polyfill for legacy browsers.
import Set from '@ungap/set'
const Set = require('@ungap/set')
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).