Worker
Extends:
eventemitter3~EventEmitter → Worker
Constructor Summary
Public Constructor | ||
public |
constructor(client: Chrome | CRIConnection | CDPSession | Object, url: string, consoleAPICalled: *, exceptionThrown: function(arg: Object): void) |
Member Summary
Private Members | ||
private |
_client: Chrome | CRIConnection | CDPSession | Object |
|
private |
|
|
private |
|
Method Summary
Public Methods | ||
public |
|
|
public |
async evaluateHandle(pageFunction: Function | string, args: ...*): Promise<JSHandle> |
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(client: Chrome | CRIConnection | CDPSession | Object, url: string, consoleAPICalled: *, exceptionThrown: function(arg: Object): void) source
Params:
Name | Type | Attribute | Description |
client | Chrome | CRIConnection | CDPSession | Object | ||
url | string | ||
consoleAPICalled | * | ||
exceptionThrown | function(arg: Object): void |