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

x/deno_dom/src/dom/element.ts>Element#prepend

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
method Element.prototype.prepend
import { Element } from "https://deno.land/x/deno_dom@v0.1.46/src/dom/element.ts";

Parameters

...nodes: (Node | string)[]