https://github.com/jiangshanmeta/polyfill_js
javascript中的polyfill
https://github.com/jiangshanmeta/polyfill_js
Last synced: 3 months ago
JSON representation
javascript中的polyfill
- Host: GitHub
- URL: https://github.com/jiangshanmeta/polyfill_js
- Owner: jiangshanmeta
- Created: 2017-04-06T03:47:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T11:18:11.000Z (about 7 years ago)
- Last Synced: 2025-04-03T09:32:45.657Z (6 months ago)
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)