2.2.5. 之前的浏览器
JavaScript 适配器依赖于 Base64 (window.btoa 和 window.atob)、HTML5 History API 和可选的 Promise API。如果您需要支持不提供这些浏览器(如 IE9)),则需要添加多填充器。
polyfill 库示例:
- Base64 - https://github.com/davidchambers/Base64.js
- HTML5 History - https://github.com/devote/HTML5-History-API
- Promise - https://github.com/stefanpenner/es6-promise