Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.76 KB

File metadata and controls

46 lines (34 loc) · 1.76 KB

Polyfills

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.

What's a Polyfill by the way?

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

Events

Collaboration

You can collaborate by creating a new issue with the missing Polyfill, it will be really appreciated. Thank you.

Thank you.