do the stupid skibidi hack

This commit is contained in:
velzie 2024-10-12 14:25:04 -04:00
parent 797607aabb
commit 91604fc6bb
3 changed files with 30 additions and 7 deletions

View file

@ -17,10 +17,4 @@ export default function (client: ScramjetClient) {
return log;
},
});
client.Proxy("URL.revokeObjectURL", {
apply(ctx) {
ctx.return(undefined);
},
});
}