Jie Li
Jie Li
### Description pixi7 and pixi8 use new Proxy in Loader, and Proxy cannot be polyfilled in es5 version; I have tried es-proxy-polyfill and proxy-polyfill in chrome 39, the pixi7 and...
import 'es6-proxy-polyfill'; 同时使用 pixi.js7.4.2版本,pixi7.4.2版本中有 new Proxy 代码,但并没有被polyfill,chrome39报错 Uncaught ReferenceError: Proxy is not defined
https://swc.rs/docs/migrating-from-tsc#isolatedmodules-true export.ts 中 export {default as Point, PointLike} from './core/Point'; PointLike 是一个 interface,应该是 export type { PointLike } from './core/Point';
 
reproduce link: https://codesandbox.io/p/sandbox/apng-forked-n9k4lp?file=%2Fsrc%2Findex.js&welcomeVSCode=true click the play button several times in (APNG on js), then the image increase playbackRate click the stopAndPlay button several times in (APNG on js), then the...
https://swiperjs.com/blog/swiper-v11-back-to-basics#touch-events according to the website, it's available to support touch events or not? we test some devices which do not support pointer events, swiper cannot work well; reference: https://github.com/nolimits4web/swiper/blob/master/src/core/events/onTouchStart.mjs#L51 //...