mswjs / socket.io-binding

Connection wrapper for mocking Socket.IO with MSW.
1 stars 1 forks source link

Accept the entire WebSocketLink as the argument #6

Open kettanaito opened 5 months ago

kettanaito commented 5 months ago

To support broadcasting and take full advantage of the ws.link() implementation of MSW.

kettanaito commented 5 months ago

Need to make sure that the binding can be used with the raw Interceptors as well.