What is the difference between polyfill and transpiler?

后端 未结 5 979
离开以前
离开以前 2021-02-01 02:37

What is the difference between a polyfill and transpiler?

I often read the same term used in similar context.

5条回答
  •  耶瑟儿~
    2021-02-01 02:43

    Polyfills are scripts that offer to emulate a feature that is not implemented in a browser.

提交回复
热议问题