es6-proxy-polyfill icon indicating copy to clipboard operation
es6-proxy-polyfill copied to clipboard

直接 import 'es6-proxy-polyfill'; 不能全局 Polyfill 其他使用 Proxy 的三方库

Open sbyps opened this issue 1 year ago • 5 comments

import 'es6-proxy-polyfill'; 同时使用 pixi.js7.4.2版本,pixi7.4.2版本中有 new Proxy 代码,但并没有被polyfill,chrome39报错 Uncaught ReferenceError: Proxy is not defined

sbyps avatar Aug 06 '24 07:08 sbyps