Home Reference Source
import PuppeteerCDPRequestCapturer from 'node-warc/lib/requestCapturers/puppeteerCDP.js'
public class | source

PuppeteerCDPRequestCapturer

Extends:

RequestHandler → PuppeteerCDPRequestCapturer

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public

attach(client: CDPSession)

public

detach(client: CDPSession)

Public Constructors

public constructor(client: CDPSession) source

Params:

NameTypeAttributeDescription
client CDPSession
  • optional
  • nullable: true

The CDPSession client to be attached to

Public Methods

public attach(client: CDPSession) source

Params:

NameTypeAttributeDescription
client CDPSession

The CDPSession client to be attached to

public detach(client: CDPSession) source

Params:

NameTypeAttributeDescription
client CDPSession

The CDPSession client to detach from