refactor(fe): fix doc pointer in stream-worker.js to shape.md

This commit is contained in:
iris 2026-06-29 00:17:19 +02:00
commit fe6685a155

View file

@ -1,6 +1,6 @@
// SharedWorker that holds ONE EventSource per stream URL and fans
// every server-sent event out to every connected tab via MessagePort.
// Design rationale: docs/web-ui.md (SSE multiplexing paragraph).
// Design rationale: docs/web-ui/shape.md (SSE multiplexing paragraph).
//
// Wire protocol (port.postMessage payloads):
//