-
If the first request of using form data fails, I need to retry, but the second retry will definitely get stuck and no new request will be sent. It is suspected that the stream has been read and cannot…
-
Is it possible to get the instnace vbsModal in my axios js file?
I want to close the modal if its open when a user session is expired
-
### What version of Bun is running?
1.1.15-canary.1+3ff29955a
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
Run in powe…
-
I just wanted to report that the `axios@0.19.0` dependency should be updated due to SSRF vulnerability report https://www.npmjs.com/advisories/1594
Cheers
-
https://yuji8023.github.io/blog/2017/09/06/axios/
-
### Describe the bug
when i use `ajax.interceptors.request.use` interceptor. i set paramsSerializer in config.it doesn't work.
`
//doesn't work
config.paramsSerializer = function (params) {
…
-
引入mock后,axios响应头的responseType:blob‘’失效,导致乱码了。。。。这个是否解决呢
-
### Describe the bug
When the server returns a string directly, the values of some strings are changed.For example, when the server retures '0E6754' but axios gets 0
### To Reproduce
_No response_
…
-
### Describe the bug
The following code should fail type checking but does not:
```ts
interface SomeBody {
field1: string;
field2: string;
}
async function fetchSomething(): Promise {
…
-