Stratal API Reference
    Preparing search index...

    Class TestSseConnection

    TestSseConnection

    Live SSE connection wrapper with assertion helpers for testing.

    const sse = await module.sse('/streaming/sse').connect()
    await sse.assertEvent({ event: 'message', data: 'hello', id: '1' })
    await sse.waitForEnd()
    Index

    Constructors

    Accessors

    Methods