You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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)
The text was updated successfully, but these errors were encountered: