mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
384b7e6994
* Added generic `AxiosAbortSignal` TS interface to avoid importing AbortController polyfill; * Renamed `AxiosAbortSignal` to `GenericAbortSignal` to use the same naming style as `GenericFormData`; * Added TS test for `GenericAbortSignal` interface; Co-authored-by: Jay <jasonsaayman@gmail.com>