mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(docs): update readme.md (#5889)
This commit is contained in:
@@ -1270,7 +1270,7 @@ const {data} = await axios.post(SERVER_URL, readableStream, {
|
|||||||
````
|
````
|
||||||
|
|
||||||
> **Note:**
|
> **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**
|
> **⚠️ Warning**
|
||||||
> It is recommended to disable redirects by setting maxRedirects: 0 to upload the stream in the **node.js** environment,
|
> It is recommended to disable redirects by setting maxRedirects: 0 to upload the stream in the **node.js** environment,
|
||||||
|
|||||||
Reference in New Issue
Block a user