Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Log.ViolationSetting
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.