0 votes
in JavaScript by
What is a polyfill in Javascript?

1 Answer

0 votes
by

A polyfill is a piece of JS code used to provide modern functionality on older browsers that do not natively support it. For example, Silverlight plugin polyfill can be used to mimic the functionality of an HTML Canvas element on Microsoft Internet Explorer 7.

...