Skip to content

Conversation

@wpjml
Copy link

@wpjml wpjml commented Jan 13, 2026

This relates to...

Fixes #3276

Rationale

Introduce a signal dispatcher interceptor as a first step toward moving AbortSignal handling into the interceptor layer.

Changes

Features

  • Add interceptors.signal.
  • Add tests in test/interceptors/signal.js.
  • Document the new interceptor in docs/docs/api/Dispatcher.md.

Bug Fixes

N/A

Breaking Changes and Deprecations

N/A

Status

Signed-off-by: Yuki Sakamoto <wpjml.030927@gmail.com>
@wpjml
Copy link
Author

wpjml commented Jan 13, 2026

I added an initial signal interceptor and tests. I’ve opened this as a draft PR to get feedback on the approach before migrating the existing signal handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

interceptors: move signal handling to interceptor

1 participant