Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-websockets/websockets
/ counter.js
File
counter.js
example/quick/counter.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
window.addEventListener(
"DOMContentLoaded"
, () => {
2
const
websocket =
new
WebSocket(
"ws://localhost:6789/"
);
3
4
document.querySelector(
".minus"
).addEventListener(
"click"
, () => {
Callers
nothing calls this directly
Calls
2
send
Method · 0.45
parse
Method · 0.45
Tested by
no test coverage detected