polyfill这个东西是不是为了让浏览器兼容新特性的,这个只正对es5到es6的,还是es3-es5的?
在不支持EventSource的浏览器,可以用polyfill?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
详见 polyfill 一个解决兼容的绝佳方案
https://github.com/Yaffle/EventSource
EventSource 的 polyfill