Skip to main content
Module

x/lume/deps/dom.ts>Node#_setParent

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Node.prototype._setParent
Re-export
import { Node } from "https://deno.land/x/lume@v2.1.4/deps/dom.ts";

Update ancestor chain & owner document for this child and all its children.

Parameters

newParent: Node | null
optional
force = [UNSUPPORTED]