-
Notifications
You must be signed in to change notification settings - Fork 62
Support AbortSignal #406
Copy link
Copy link
Open
Labels
enhancementDenotes a suggestion or request aimed at improving or adding new features to the project.Denotes a suggestion or request aimed at improving or adding new features to the project.
Metadata
Metadata
Assignees
Labels
enhancementDenotes a suggestion or request aimed at improving or adding new features to the project.Denotes a suggestion or request aimed at improving or adding new features to the project.
Axios allows passing an AbortSignal to the request which aborts it if the signal is marked as aborted. It would be nice if this API could pass through this signal so that operations that use the API can abort promptly if asked to do so by the abort signal.