mswjs / interceptors

Low-level network interception library.
https://npm.im/@mswjs/interceptors
MIT License
539 stars 123 forks source link

feat(WebSocket): forward client messages to the server by default #545

Closed kettanaito closed 6 months ago

kettanaito commented 6 months ago

Changes

Outgoing client messages are now forwarded to the actual server by default after server.connect() is called. To prevent this, call event.preventDefault() on the respective client message.

Roadmap

kettanaito commented 6 months ago

Released: v0.27.0 🎉

This has been released in v0.27.0!

Make sure to always update to the latest version (npm i @mswjs/interceptors@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.