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

Members

Appcache = "appcache"
Deprecation = "deprecation"
Intervention = "intervention"
Javascript = "javascript"
Network = "network"
Other = "other"
Recommendation = "recommendation"
Rendering = "rendering"
Security = "security"
Storage = "storage"
Violation = "violation"
Worker = "worker"
XML = "xml"