Skip to main content
Module

x/astral/bindings/celestial.ts>Log_LogEntry

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Log_LogEntry
import { type Log_LogEntry } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Log entry.

definition: { source:
| "xml"
| "javascript"
| "network"
| "storage"
| "appcache"
| "rendering"
| "security"
| "deprecation"
| "worker"
| "violation"
| "intervention"
| "recommendation"
| "other"
; level:
| "verbose"
| "info"
| "warning"
| "error"
; text: string; category?: "cors"; timestamp: Runtime_Timestamp; url?: string; lineNumber?: number; stackTrace?: Runtime_StackTrace; networkRequestId?: Network_RequestId; workerId?: string; args?: Runtime_RemoteObject[]; }