Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/dom.ts>Node#replaceChild

A frugal web framework
Go to Latest
method Node.prototype.replaceChild
Re-export
import { Node } from "https://deno.land/x/frugal@0.2.1/dep/dom.ts";

Parameters

newChild: Node
oldChild: Node