Skip to main content
Go to Latest
enum default.Runtime.ConsoleAPICalledEventType
import { default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ConsoleAPICalledEventType } = default.Runtime;

Members

Assert = "assert"
Clear = "clear"
Count = "count"
Debug = "debug"
Dir = "dir"
DirXML = "dirxml"
EndGroup = "endGroup"
Error = "error"
Info = "info"
Log = "log"
Profile = "profile"
ProfileEnd = "profileEnd"
StartGroup = "startGroup"
StartGroupCollapsed = "startGroupCollapsed"
Table = "table"
TimeEnd = "timeEnd"
Trace = "trace"
Warning = "warning"