8 comments (8 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript5,319 stars (5,319 stars)444 forks (444 forks)batch import
good first issueinterceptors
- Issue 種別
- refactor
- 調査方針
- Investigate how signal handling is currently implemented in undici, likely in the core client or request handling. Move the signal related logic into a dedicated interceptor following the existing interceptor pattern. Look at existing interceptors in lib/interceptor/ for reference. The issue comments may contain guidance on expected behavior. Ensure that the new interceptor properly handles abort signals and passes them through the request pipeline.