Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monogatari/Monogatari
/ send
Method
send
src/lib/DesktopBridge.ts:2–2 ·
view source on GitHub ↗
(channel: string, data?: unknown)
Source
from the content-addressed store, hash-verified
1
export
interface
DesktopBridge {
2
send(channel: string, data?: unknown): void;
3
on(channel: string, callback: (args: unknown) => void): void;
4
}
5
Callers
4
bind
Method · 0.80
desktop
Method · 0.80
changeWindowResolution
Method · 0.80
sendRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected