MCPcopy Create free account
hub / github.com/tailscale/tailcat / app.js

File app.js

web/app.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// tailcat web app. Plain JavaScript, no build step. The Go side
2// (main_js.go) exposes globals tailcatListen and tailcatDial.
3
4const CHUNK = 64 * 1024;

Callers

nothing calls this directly

Calls 7

pickDERPMapURLFunction · 0.85
fetchWasmFunction · 0.85
$Function · 0.85
setStatusFunction · 0.85
sendStreamFunction · 0.85
startListenerFunction · 0.85
sha256HexFunction · 0.85

Tested by

no test coverage detected