scramjet/src/client/event.ts
Percs 47b59945a9 bug fixes
Co-authored-by: Avad3 <Avad3@users.noreply.github.com>
2024-07-13 19:42:12 -05:00

10 lines
No EOL
362 B
TypeScript

// idk what shit has to be done on here but it has to be done
// i'm going to temporarily disable rewriting if a MemberExpression detects addEventListener
// window.addEventListener = new Proxy(window.addEventListener, {
// apply (target, thisArg, argArray) {
// //
// return Reflect.apply(target, thisArg, argArray);
// }
// })