0

I wonder If there is an implementation of Map available with the same contract as the ECMAScript 6 draft, such that could be used as a fallback for Browsers not supporting it? I know there are some implementations, e.g. from this SO answer or from here, but they have different contracts so it would need to be manually adjusted.

Community
  • 1
  • 1
rob
  • 2,904
  • 5
  • 25
  • 38

1 Answers1

1

You're looking for es6-shim, which includes a map, set, and other ES6 features.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964