Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pywebio/PyWebIO
/ on_session_create
Method
on_session_create
webiojs/src/session.ts:26–26 ·
view source on GitHub ↗
(callback: () => void)
Source
from the content-addressed store, hash-verified
24
webio_session_id: string;
25
26
on_session_create(callback: () => void): void;
27
28
on_session_close(callback: () => void): void;
29
Callers
1
set_up_session
Function · 0.65
Implementers
2
WebSocketSession
webiojs/src/session.ts
HttpSession
webiojs/src/session.ts
Calls
no outgoing calls
Tested by
no test coverage detected