An essential Map poorlyfill for legacy browsers.
Only methods are delete
, forEach
, get
, has
, and set
.
import Map from '@ungap/essential-map'
const Map = require('@ungap/essential-map')
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).