Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Array.prototype.map polyfill #56

Open
tkrotoff opened this issue Sep 30, 2018 · 1 comment
Open

Remove Array.prototype.map polyfill #56

tkrotoff opened this issue Sep 30, 2018 · 1 comment

Comments

@tkrotoff
Copy link

tkrotoff commented Sep 30, 2018

Array.prototype.map polyfill should be removed. It should be done instead by the user (the application that is using iban.js).
And of course bump major version number and add some documentation about it inside README.md (in a section like "Supported browsers", example: https://reactjs.org/docs/react-dom.html#browser-support).

(btw Array.prototype.map is implemented by all browsers and IE >= 9)

@zyv
Copy link

zyv commented Dec 9, 2018

There is already an open PR #41 for this one, please vote there :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants