Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Log.ViolationSetting

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

Violation configuration setting.

Properties

name: (
| "longTask"
| "longLayout"
| "blockedEvent"
| "blockedParser"
| "discouragedAPIUse"
| "handler"
| "recurringHandler"
)

Violation type. (ViolationSettingName enum)

threshold: number

Time threshold to trigger upon.