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