Alexander

Results 2 issues of Alexander

**Describe the bug** getWebsocketAdapter and getSSEAdapter throws ReferenceError: window is not defined inside vitest env without jsdom. **To Reproduce** 1. Create new Socket() 2. Try to run a random test...

👉 Use case: 1. I want to implement the "command" pattern where I can pass an action through a series of middleware that can modify/cancel it. 2. Some middleware need...