mswjs / interceptors

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

fix(RequestController): support arbitrary objects in `.errorWith()` #676

Open mikicho opened 2 weeks ago

mikicho commented 2 weeks ago

closes #625

@kettanaito this is what you had in mind? I still need to support the custom errors.. and add tests ofc