Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class ConsoleMessage
import { ConsoleMessage } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/ConsoleMessage.js";

ConsoleMessage objects are dispatched by page via the 'console' event.

Constructors

new
ConsoleMessage(
text: string,
args: JSHandle[],
stackTraceLocations: ConsoleMessageLocation[],
)

Properties

private
_args
private
_stackTraceLocations
private
_text
private
_type