Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pywebio/PyWebIO
/ handle_message
Method
handle_message
webiojs/src/handlers/base.ts:7–7 ·
view source on GitHub ↗
(msg: Command)
Source
from the content-addressed store, hash-verified
5
accept_command: string[],
6
7
handle_message(msg: Command): void
8
}
9
10
export
class
SessionCtrlHandler implements CommandHandler {
Callers
1
dispatch_message
Method · 0.65
Implementers
9
InputHandler
webiojs/src/handlers/input.ts
OutputHandler
webiojs/src/handlers/output.ts
SessionCtrlHandler
webiojs/src/handlers/base.ts
PinHandler
webiojs/src/handlers/pin.ts
DownloadHandler
webiojs/src/handlers/download.ts
EnvSettingHandler
webiojs/src/handlers/env.ts
ScriptHandler
webiojs/src/handlers/script.ts
ToastHandler
webiojs/src/handlers/toast.ts
PopupHandler
webiojs/src/handlers/popup.ts
Calls
no outgoing calls
Tested by
no test coverage detected