1 | import { WebSocketConnectionProvider, WebSocketOptions } from '../../browser/messaging/ws-connection-provider';
|
2 | import { FrontendApplicationContribution } from '../../browser/frontend-application-contribution';
|
3 | import { Channel } from '../../common';
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 | export declare class ElectronWebSocketConnectionProvider extends WebSocketConnectionProvider implements FrontendApplicationContribution {
|
10 | |
11 |
|
12 |
|
13 | protected stopping: boolean;
|
14 | onStop(): void;
|
15 | openChannel(path: string, handler: (channel: Channel) => void, options?: WebSocketOptions): Promise<void>;
|
16 | }
|
17 |
|
\ | No newline at end of file |