fix dummy serviceworker methods

This commit is contained in:
velzie 2024-07-30 08:18:29 -04:00
parent 1a98345d9e
commit dad6cf1371
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
3 changed files with 23 additions and 4 deletions

View file

@ -175,6 +175,8 @@ export default function (client: ScramjetClient, self: typeof window) {
},
});
// an automated approach to cleaning the documentProxy from dom functions
// it will trigger an illegal invocation if you pass the proxy to c++ code, we gotta hotswap it out with the real one
for (const target of [
self.Node.prototype,
self.MutationObserver.prototype,