ES6 Collections Polyfill

# Andrea Giammarchi (13 years ago)

Somebody may be interested into ES6 Map, WeakMap, and Set Here my attempt with all explanations: WebReflection/es6-collections

The code must work in every browser/JS engine, reasons about weakness choice listed too.

Now you know, feedbacks welcome

br

# Axel Rauschmayer (13 years ago)

Nice! Related: paulmillr/es6

# Andrea Giammarchi (13 years ago)

I had a quick look and ... well, that's about Map and Set only, talking about collections, but the API is not fully aligned.

I will add it as third alternative ASAP in any case so thanks a lot.

br