Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 951 Bytes

puppeteer.httprequest._constructor_.md

File metadata and controls

25 lines (17 loc) · 951 Bytes

Home > puppeteer > HTTPRequest > (constructor)

HTTPRequest.(constructor)

Constructs a new instance of the HTTPRequest class

Signature:

constructor(client: CDPSession, frame: Frame, interceptionId: string, allowInterception: boolean, event: Protocol.Network.requestWillBeSentPayload, redirectChain: HTTPRequest[]);

Parameters

Parameter Type Description
client CDPSession
frame Frame
interceptionId string
allowInterception boolean
event Protocol.Network.requestWillBeSentPayload
redirectChain HTTPRequest[]