mswjs/msw

First-class Server-Sent Events (SSE) API

kettanaito opened this issue · 0 comments

Scope

Adds a new behavior

Compatibility

  • This is a breaking change

Feature description

SSE offer real-time communication over HTTP. You can already mock SSE with MSW even now but shipping a fine-tailored API for SSE may be beneficial.

References