Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
enum default.Log.LogEntrySource
import { default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { LogEntrySource } = default.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"