An open API service indexing awesome lists of open source software.

https://github.com/jiangshanmeta/polyfill_js

javascript中的polyfill
https://github.com/jiangshanmeta/polyfill_js

Last synced: 3 months ago
JSON representation

javascript中的polyfill

Awesome Lists containing this project

README

          

# javascript中的polyfill

By [jiangshanmeta](https://github.com/jiangshanmeta)

********************************************

由于众所周知的原因javascript的一些新API并不能在某些浏览器下运行,为了处理这个问题就有了polyfill。相较于如何使用这些新API,介绍这些polyfill的资料反而少多了,所以我准备写本电子书介绍这些polyfill。

本电子书会简要介绍一些新API的作用,把重点放在polyfill是如何模拟这些API功能上,至于这些新API如何在工程中应用不是本书重点。

[github仓库地址](https://github.com/jiangshanmeta/polyfill_js)

[在线电子书地址](https://jiangshanmeta.gitbooks.io/javascript-polyfill/content/)