puppeteer/new-docs/puppeteer.protocol.runtime.consoleapicalledevent.context.md
2020-07-13 14:01:35 +01:00

712 B

Home > puppeteer > Protocol > Runtime > ConsoleAPICalledEvent > context

Protocol.Runtime.ConsoleAPICalledEvent.context property

Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.

Signature:

context?: string;