void insertAllBefore(Iterable<Node> nodes, Node? before) { throw DomException._invalidMethod('Node', 'insertAllBefore'); }