Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 225 Bytes

puppeteer.httprequest.client.md

File metadata and controls

15 lines (11 loc) · 225 Bytes
sidebar_label
HTTPRequest.client

HTTPRequest.client property

Warning! Using this client can break Puppeteer. Use with caution.

Signature:

class HTTPRequest {
  get client(): CDPSession;
}