-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added generic AxiosAbortSignal
TS interface to avoid importing AbortController polyfill
#4229
Added generic AxiosAbortSignal
TS interface to avoid importing AbortController polyfill
#4229
Conversation
…tController polyfill;
@jasonsaayman can this be reviewed and merged to avoid subsequent issues? |
@DigitalBrainJS / @jasonsaayman, i am also facing the same issue. is it merged ? if not please merge this as all checks have already passed. |
+1 can this be merged please? my build is failing because of the issue this fixes. thank you! |
+1 |
@juditvarro Unfortunately, I can't provide an estimation as I'm not a member of the Axios team. The project is maintained by @jasonsaayman and @chinesedfan, so everything is up to them. |
I'll be the next to nag here. @jasonsaayman @chinesedfan 🙏 |
Is there anything we can do to help get this merged soon? @jasonsaayman @chinesedfan |
…rt-controller-types
…ming style as `GenericFormData`;
…o feat/abort-controller-types
Fixes #4124 by adding a generic AbortSignal interface.