Home
last modified time | relevance | path

Searched refs:wsSendJson (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js218 this.#wsSendJson({
226 return this.#wsSendJson({message_type: 'forward', payload: msg});
262 async #wsSendJson(obj) { method in WebsocketConnector