interface Runtime.ConsoleAPICalledEventDataType
Properties Jump to heading
Jump to headingtype: stringType of the call.
Call arguments.
Identifier of the context where the call was made.
Call timestamp.
optional
Jump to headingstackTrace: StackTrace | undefinedStack trace captured when the call was made.
optional
Jump to headingcontext: string | undefinedConsole 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.