| 1 | ///========================================================================= |
| 2 | /// This module provides the EventSource (SSE) feature for hyperscript |
| 3 | /// Uses fetch + ReadableStream instead of the browser EventSource API |
| 4 | /// for wildcard event matching, POST support, and custom headers. |