Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.DOM.EnableRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.DOM.EnableRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { EnableRequest } = Protocol.DOM;

Properties

optional
includeWhitespace: ("none" | "all")

Whether to include whitespaces in the children array of returned Nodes. (EnableRequestIncludeWhitespace enum)