Context
combineAbortSignals is used internally in RequestInterceptor but not exported for consumers who need to combine abort signals in custom workflows.
Goal
Expose as a public utility in the request module.
Implementation
- Export
combineAbortSignals from src/request/index.ts
- Add TSDoc documentation
- Add dedicated tests (currently only tested indirectly)
Files
src/request/index.ts
tests/request/combineAbortSignals.test.ts (new)
Source: AUDIT4 (-1 Feature-Completeness)
Context
combineAbortSignalsis used internally in RequestInterceptor but not exported for consumers who need to combine abort signals in custom workflows.Goal
Expose as a public utility in the request module.
Implementation
combineAbortSignalsfromsrc/request/index.tsFiles
src/request/index.tstests/request/combineAbortSignals.test.ts(new)Source: AUDIT4 (-1 Feature-Completeness)