Bun

interface

inspector.Network.Initiator

interface Initiator

Information about the request initiator.

  • columnNumber?: number

    Initiator column number, set for Parser type or for Script type (when script is importing module) (0-based).

  • lineNumber?: number

    Initiator line number, set for Parser type or for Script type (when script is importing module) (0-based).

  • requestId?: string

    Set if another request triggered this request (e.g. preflight).

  • stack?: StackTrace

    Initiator JavaScript stack trace, set for Script only. Requires the Debugger domain to be enabled.

  • type: string

    Type of this initiator.

  • url?: string

    Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.