import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ConsoleMessage } = Protocol.Console;
Console message.
Properties
source: ()
| "xml"
| "javascript"
| "network"
| "console-api"
| "storage"
| "appcache"
| "rendering"
| "security"
| "other"
| "deprecation"
| "worker"
Message source. (ConsoleMessageSource enum)
Message severity. (ConsoleMessageLevel enum)
optional
line: integerLine number in the resource that generated this message (1-based).
optional
column: integerColumn number in the resource that generated this message (1-based).