Dmitriy Mozgovoy
|
4f79aef81b
|
fix(fetch): enhance fetch API detection; (#6413)
|
2024-05-21 17:20:15 +03:00 |
|
Dmitriy Mozgovoy
|
733f15fe5b
|
fix(fetch): fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410)
|
2024-05-20 16:15:15 +03:00 |
|
Dmitriy Mozgovoy
|
e62099bc8b
|
fix(fetch): fixed a possible memory leak in the AbortController for the stream response if the ReadableStream is not supported; (#6406)
|
2024-05-19 23:04:40 +03:00 |
|
Dmitriy Mozgovoy
|
870e0a76f6
|
fix(fetch): fix headers getting from a stream response; (#6401)
|
2024-05-19 01:40:21 +03:00 |
|
Dmitriy Mozgovoy
|
95a3e8e346
|
fix(fetch): fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400)
|
2024-05-18 18:16:42 +03:00 |
|
Dmitriy Mozgovoy
|
ad3174a351
|
fix(fetch): capitalize HTTP method names; (#6395)
|
2024-05-18 18:01:01 +03:00 |
|
Dmitriy Mozgovoy
|
bb5f9a5ab7
|
fix(fetch): treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380)
|
2024-05-07 21:26:46 +03:00 |
|
Dmitriy Mozgovoy
|
d1d359da34
|
fix(fetch): fix cases when ReadableStream or Response.body are not available; (#6377)
|
2024-05-03 20:22:11 +03:00 |
|
Dmitriy Mozgovoy
|
a3ff99b59d
|
feat(adapter): add fetch adapter; (#6371)
|
2024-04-28 22:33:49 +03:00 |
|