The main goal of this repo is to keep track of all the polyfills that
need to be created as npm
modules in order to be easy to reuse in
different projects.
Also another important reason is provide an easy workflow to provide
support to ES5
and
previous versions that does not support new functions.
A Polyfill in a nutshell is just a piece of code that runs if the browser does not support a certain functionality or function in certain versions by adding the code for that functionality in the cases where is required, so we can make sure we provide for older browsers.
By Paul Irish
Another great article that explains in depth about the same topic.
- Array.prototype.find
- Array.prototype.findIndex
- Array.from
- Array.fill
You can collaborate by creating a new issue with the missing Polyfill, it will be really appreciated. Thank you.
Thank you.