fix(js): keep standard sse same-origin
Require non-empty data-slhx-sse values at build time and have the standard runtime reject cross-origin EventSource URLs with slhx:sse-error instead of opening an implicit external stream. req: push/006 req: diagnostics/002
This commit is contained in:
@@ -484,6 +484,9 @@ what a valid business email is.
|
||||
### req: push/005
|
||||
005 Push is one-way server-to-client delivery of EffectBatch. It does not define client mutation, optimistic queues, reconciliation, or conflict handling.
|
||||
|
||||
### req: push/006
|
||||
006 `data-slhx-sse` opens only non-empty same-origin SSE URLs by default. Empty static URLs are build errors; cross-origin streams belong to explicit integration code rather than the standard runtime convention.
|
||||
|
||||
---
|
||||
|
||||
## sync
|
||||
|
||||
Reference in New Issue
Block a user