RuntimeTransport defines the interface for custom IPC transport implementations. Implement this interface to use WebSockets, custom protocols, or any other transport mechanism instead of the default HTTP fetch.
Send a runtime call and return the response.
The Wails object ID (0=Call, 1=Clipboard, etc.)
The method ID to call
Optional window name
Arguments to pass (will be JSON stringified if present)
Promise that resolves with the response data
RuntimeTransport defines the interface for custom IPC transport implementations. Implement this interface to use WebSockets, custom protocols, or any other transport mechanism instead of the default HTTP fetch.