2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

chore(docs): update readme.md (#5889)

This commit is contained in:
Rinku Chaudhari
2023-09-28 21:07:47 +05:45
committed by GitHub
parent 88fb52b5fa
commit 2ac731d605
+1 -1
View File
@@ -1270,7 +1270,7 @@ const {data} = await axios.post(SERVER_URL, readableStream, {
````
> **Note:**
> Capturing FormData upload progress is currently not currently supported in node.js environments.
> Capturing FormData upload progress is not currently supported in node.js environments.
> ** Warning**
> It is recommended to disable redirects by setting maxRedirects: 0 to upload the stream in the **node.js** environment,