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.