refactor(fe): fix doc pointer in stream-worker.js to shape.md
This commit is contained in:
parent
878aade8fa
commit
fe6685a155
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue