Skip to content

NetworkRequest

Properties

duration

duration: number

Source

inspector/lib/types.ts:39


error?

error?: string

Source

inspector/lib/types.ts:40


initiator

initiator: string

Source

inspector/lib/types.ts:41


modules

modules: string[]

Source

inspector/lib/types.ts:42


request

request: Object

Type declaration

body?

body?: string | Buffer

bodySize

bodySize: number

headers

headers: Record<string, string | string[]>

method

method: string

url

url: string

Source

inspector/lib/types.ts:43


response

response: Object

Type declaration

body?

body?: string | Buffer

bodySize

bodySize: number

headers

headers: Record<string, string | string[]>

status

status: number

Source

inspector/lib/types.ts:50


stack

stack: string[]

Source

inspector/lib/types.ts:56


start

start: number

Source

inspector/lib/types.ts:57


Generated using TypeDoc and typedoc-plugin-markdown.