Skip to content

Improve your JS workflow while you still provide support for older browsers.

License

Notifications You must be signed in to change notification settings

jsPolyfill/Polyfills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Improve your JS workflow while you still provide support for older browsers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published