Skip to main content
Version: Next

HTTPRequest.client property

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

Signature:

class HTTPRequest {
get client(): CDPSession;
}