ES6 Proxy Polyfill for IE11

后端 未结 3 916
你的背包
你的背包 2020-12-15 04:02

IE11 does not and will not implement ES2015 Proxy objects. Yet IE11\'s end of extended support is October 14, 2025.

Is there any way to polyfill Proxy objects for IE

3条回答
  •  眼角桃花
    2020-12-15 04:07

    Best you can get is github: GoogleChrome/proxy-polyfill

    According to Babel docs:

    Due to the limitations of ES5, Proxies cannot be transpiled or polyfilled.

提交回复
热议问题