es6-proxy-polyfill
es6-proxy-polyfill copied to clipboard
ES6 Proxy polyfill, supports IE8+, Node.js, etc.
My expectation was that the polyfill would only be used if there is no proxy support in the browser. Unfortunately this is not the case and a simple test in...
在ie11中使用mobx6,可复现问题
Bumps [terser](https://github.com/terser/terser) from 5.3.8 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
你好,下面属性支持吗 ``` get set deleteProperty has ownKeys ```
fix typo
Hi, I build your product and try work with vue3 in lower version chrome
import 'es6-proxy-polyfill'; 同时使用 pixi.js7.4.2版本,pixi7.4.2版本中有 new Proxy 代码,但并没有被polyfill,chrome39报错 Uncaught ReferenceError: Proxy is not defined