What is the meaning of polyfills in HTML5?

后端 未结 5 597
说谎
说谎 2020-11-28 00:13

What is the meaning of polyfills in HTML5? I saw this word in many sites about HTML5, e.g. HTML5-Cross-Browser-Polyfills.

So here we\'re collecting al

5条回答
  •  执念已碎
    2020-11-28 00:48

    A polyfill is a piece of code (or plugin) that provides the technology that you, the developer, expect the browser to provide natively.

提交回复
热议问题