fix: proxy Node.getRootNode

This commit is contained in:
Percs 2024-10-14 12:17:37 -05:00
parent a2af4d7f3b
commit ee85b48d33
7 changed files with 13 additions and 4 deletions

View file

@ -306,6 +306,7 @@ export default function (client: ScramjetClient, self: typeof window) {
"Node.prototype.parentElement",
"Node.prototype.previousSibling",
"Node.prototype.nextSibling",
"Node.prototype.getRootNode",
],
{
get(ctx) {