Interface FrontendConnectionService

interface FrontendConnectionService {
    registerConnectionHandler(path, callback): void;
}

Implemented by

Methods