Preparing search index...
The search index is not available
domhandler
domhandler
cloneNode
Function cloneNode
clone
Node
<
T
>
(
node
,
recursive
?
)
:
T
Clone a node, and optionally its children.
Type Parameters
T
extends
Node
Parameters
node
:
T
recursive
:
boolean
= false
Clone child nodes as well.
Returns
T
A clone of the node.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
domhandler
Loading...
Clone a node, and optionally its children.