Bun

interface

inspector.Runtime.ConsoleAPICalledEventDataType

interface ConsoleAPICalledEventDataType

  • args: RemoteObject[]

    Call arguments.

  • context?: string

    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.

  • executionContextId: number

    Identifier of the context where the call was made.

  • stackTrace?: StackTrace

    Stack trace captured when the call was made.

  • timestamp: number

    Call timestamp.

  • type: string

    Type of the call.