Function importNodeContent

  • Imports DOM node contents from one document to another.

    Parameters

    • from: Node

      The node which contents to import.

    • to: Node

      The node to append imported nodes to.

    Returns void

Generated using TypeDoc