tc39 / proposal-collection-methods

https://tc39.github.io/proposal-collection-methods/
Other
172 stars 8 forks source link

Add polyfill links #29

Closed metreniuk closed 5 years ago

metreniuk commented 5 years ago

I have added the polyfill section with links to core-js library. I have also added some examples on how to use it.

Ginden commented 5 years ago

LGTM

zloirock commented 5 years ago

So...?

More other, now it's available in babel preset-env and runtime with corejs: { version: 3, proposals: true } option.