chore: remove FAKE todo

This commit is contained in:
Percs 2024-12-25 21:44:58 -06:00
parent 0f8b43fbee
commit ab3d84d987

View file

@ -46,8 +46,6 @@ export default function (client: ScramjetClient, self: Self) {
}, },
}; };
// TODO! window.event not proxied
function wraplistener(listener: (...args: any) => any) { function wraplistener(listener: (...args: any) => any) {
return new Proxy(listener, { return new Proxy(listener, {
apply(target, thisArg, argArray) { apply(target, thisArg, argArray) {