Function getInnerHTML

  • Parameters

    • node: AnyNode

      Node to get the inner HTML of.

    • Optional options: DomSerializerOptions

      Options for serialization.

    Returns string

    node's inner HTML.

    Deprecated

    Use the dom-serializer module directly.