15 lines
472 B
TypeScript
15 lines
472 B
TypeScript
import { DevToolsPluginClient } from './DevToolsPluginClient';
|
|
/**
|
|
* The DevToolsPluginClient for the app -> browser communication.
|
|
*/
|
|
export declare class DevToolsPluginClientImplApp extends DevToolsPluginClient {
|
|
private browserClientMap;
|
|
/**
|
|
* Initialize the connection.
|
|
* @hidden
|
|
*/
|
|
initAsync(): Promise<void>;
|
|
private addHandshakeHandler;
|
|
private terminateBrowserClient;
|
|
}
|
|
//# sourceMappingURL=DevToolsPluginClientImplApp.d.ts.map
|