Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Log.ViolationSetting

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Log.ViolationSetting
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.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.