Arthur Fiorette
Arthur Fiorette
And, if I'm not mistaken, react native users needs the `package.json` file to be exported as well. Some users of axios-cache-interceptor raised an issue about this same problem and, after...
Also, it would be great if a simple `export * from '../index.d.ts` declaration file was shipped with the same name for each file in the dist folder, this way direct...
I think it is out of scope of axios to implement full and native graphql requests, but who am I to say it... Technically, any http client is capable of...
Any plans to implement this feature?
Not saying that your/axios code has problems, but the `CancelToken` api is deprecated. Have you tried with the [new one](https://axios-http.com/docs/cancellation#abort-controller)?
I may be misunderstanding what you are trying to do, but this property doesn't do it for you? https://github.com/axios/axios/blob/ccc9516af8b762c51efd8ca1d326a63b9de76a41/index.d.ts#L86 Anyways, can you provide your code output? Because i tried it...
Interesting, could that be something framework specific with your server implementations? Can you create a simple nodejs/python server to test this idea? If even fetch didn't work, could this issue...
Glad to hear that!!! @zhangzhiqiangcs, any chance of you confirming if there's some kind of proxy messing with cancelation too?
How can I proceed? This is also happening with us...
Any updates on this issue?