before

open fun before(vararg nodes: Node)(source)

Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference


open fun before(vararg nodes: String)(source)