import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { LogEntry } = default.Log;
Log entry.
Properties
source: ()
| "xml"
| "javascript"
| "network"
| "storage"
| "appcache"
| "rendering"
| "security"
| "deprecation"
| "worker"
| "violation"
| "intervention"
| "recommendation"
| "other"
Log entry source. (LogEntrySource enum)
timestamp: Runtime.Timestamp
Timestamp when this entry was added.
optional
lineNumber: integerLine number in the resource.
optional
stackTrace: Runtime.StackTraceJavaScript stack trace.
optional
networkRequestId: Network.RequestIdIdentifier of the network request associated with this entry.
optional
args: Runtime.RemoteObject[]Call arguments.