import BrowserSocket from 'pagewalker/lib/browser/interface/browser_socket.js'BrowserSocket
Method Summary
| Public Methods | ||
| public |
on(channel: *, callback: *) |
|
| public |
once(channel: *, callback: *) |
|
| public |
removeAllListeners(channel: *) |
|
| public |
send(channel: *, args: ...*) |
|
Public Methods
public on(channel: *, callback: *) source
Params:
| Name | Type | Attribute | Description |
| channel | * | ||
| callback | * |
public once(channel: *, callback: *) source
Params:
| Name | Type | Attribute | Description |
| channel | * | ||
| callback | * |
public removeAllListeners(channel: *) source
Params:
| Name | Type | Attribute | Description |
| channel | * |
public send(channel: *, args: ...*) source
Params:
| Name | Type | Attribute | Description |
| channel | * | ||
| args | ...* |
