Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pywebio/PyWebIO
/ close_session
Method
close_session
webiojs/src/session.ts:38–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
send_buffer(data: Blob, onprogress?: (loaded: number, total: number) => void): void;
37
38
close_session(): void;
39
40
closed(): boolean;
41
}
Callers
2
start_session
Method · 0.65
handle_message
Method · 0.65
Implementers
2
WebSocketSession
webiojs/src/session.ts
HttpSession
webiojs/src/session.ts
Calls
no outgoing calls
Tested by
no test coverage detected