Expand description
Re-export types to make sure wasm_bindgen picks them up
Modulesยง
- communication_
backend ๐ - discover ๐
- ipc_
client ๐ - message ๐
Structsยง
- Channel
Error - Deserialize
Error - JsCommunication
Backend - JavaScript implementation of the
CommunicationBackend
trait for IPC communication. - JsCommunication
Backend Sender - JavaScript interface for handling outgoing messages from the IPC framework.
- JsIpc
Client - JavaScript wrapper around the IPC client. For more information, see the IpcClient documentation.
- JsIpc
Client Subscription - JavaScript wrapper around the IPC client subscription. For more information, see the IpcClientSubscription documentation.
Functionsยง
- ipc_
register_ discover_ handler - Registers a DiscoverHandler so that the client can respond to DiscoverRequests.
- ipc_
request_ discover - Sends a DiscoverRequest to the specified destination and returns the response.