undici
undici copied to clipboard
Move logic to interceptors
Once https://github.com/nodejs/undici/pull/2826 lands we can start moving some logic into interceptors in order to ensure we get similar logic for all api implementations:
- [ ] throwOnError as interceptor
- [ ] dump as interceptor
- [ ] signal handling as interceptor
Shall we mark them as good-first-issue
?
I believe that at least two of them (signaling and throwOnError
) can be done easily
I don't think this needs to be semver major.
Hi @ronag
I'm interested in this topic, can I pick this?
go for it!