Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Polyfill

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!

A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it.

For example a polyfill could be used to mimic the functionality of an HTML Canvas element on Microsoft Internet Explorer 7 using a Silverlight plugin, or mimic support for CSS rem units, or text-shadow, or whatever you want.

Learn more

General knowledge

文档标签和贡献者

 此页面的贡献者: chrisdavidmills, mrenty, openmando, klez
 最后编辑者: chrisdavidmills,