mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
fix: proxy Node.getRootNode
This commit is contained in:
parent
a2af4d7f3b
commit
ee85b48d33
7 changed files with 13 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue