1.5 KiB
1.5 KiB
Home > puppeteer > Protocol > Network > ResponseReceivedEvent
Protocol.Network.ResponseReceivedEvent interface
Fired when HTTP response is available.
Signature:
export interface ResponseReceivedEvent
Properties
Property | Type | Description |
---|---|---|
frameId | Page.FrameId | Frame identifier. |
loaderId | LoaderId | Loader identifier. Empty string if the request is fetched from worker. |
requestId | RequestId | Request identifier. |
response | Response | Response data. |
timestamp | MonotonicTime | Timestamp. |
type | ResourceType | Resource type. |