replaceWith method

void replaceWith(
  1. JSAny nodes
)

The DocumentType.replaceWith() method replaces the document type with a set of given nodes.

Implementation

external void replaceWith(JSAny nodes);