mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
712 B
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;