MCPcopy 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

1window.addEventListener("DOMContentLoaded", () => {
2 const websocket = new WebSocket("ws://localhost:6789/");
3
4 document.querySelector(".minus").addEventListener("click", () => {

Callers

nothing calls this directly

Calls 2

sendMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected