Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / Javascript

Writing Polyfills in JavaScript

Rate me:
Please Sign up or sign in to vote.
4.83/5 (4 votes)
24 Apr 2012CPOL5 min read 78.3K   10  
There are many different implementations of JavaScript that disagree on which features they support. Writing polyfills bridges the gap between implementations and allows you to code as if every browser supported the feature.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I am active on Stack Overflow.

You can contact me via email at peter.e.c.olson+codeproject@gmail.com

Comments and Discussions