Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>DOM_childNodeRemoved

A high-level puppeteer/playwright-like library for Deno
Go to Latest
interface DOM_childNodeRemoved
import { type DOM_childNodeRemoved } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Properties

parentNodeId: DOM_NodeId

Parent id.

nodeId: DOM_NodeId

Id of the node that has been removed.