fix: quick fix for Element.prototype.insertAdjacentHTML

This commit is contained in:
wearrrrr 2024-10-17 19:53:12 -05:00
parent a748053085
commit 47cdbda5bf

View file

@ -244,7 +244,7 @@ export default function (client: ScramjetClient, self: typeof window) {
ctx.args[1],
client.cookieStore,
client.meta,
true
false
);
},
})