Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
enum Protocol.Log.LogEntrySource
import { Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
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"