-
Notifications
You must be signed in to change notification settings - Fork 511
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps updxDeveloper ExperienceDeveloper Experienceexp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick up
Description
We use timeout-abort-controller to have auto-aborting AbortSignals after a set timeout.
AbortSignal has a static .timeout method that does the same thing and doesn't cause the node event loop to wait for the timeout, so we no longer need to call .clear on the controller as we do with timeout-abort-controller.
It's supported in all recent browsers and node 17+.
We should remove our usage of timeout-abort-controller and replace it with AbortSignal.timeout.
maschad, wemeetagain and joeltg
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps updxDeveloper ExperienceDeveloper Experienceexp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick up
Type
Projects
Status
🎉Done