mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
10 lines
No EOL
362 B
TypeScript
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);
|
|
// }
|
|
// })
|