import PuppeteerCDPRequestCapturer from 'node-warc/lib/requestCapturers/puppeteerCDP.js'PuppeteerCDPRequestCapturer
Extends:
RequestHandler → PuppeteerCDPRequestCapturer
Constructor Summary
| Public Constructor | ||
| public |
constructor(client: CDPSession) |
|
Method Summary
| Public Methods | ||
| public |
attach(client: CDPSession) |
|
| public |
detach(client: CDPSession) |
|
Public Constructors
public constructor(client: CDPSession) source
Params:
| Name | Type | Attribute | Description |
| client | CDPSession |
|
The CDPSession client to be attached to |
Public Methods
public attach(client: CDPSession) source
Params:
| Name | Type | Attribute | Description |
| client | CDPSession | The CDPSession client to be attached to |
public detach(client: CDPSession) source
Params:
| Name | Type | Attribute | Description |
| client | CDPSession | The CDPSession client to detach from |
