import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.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)
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).