mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
docs: specify maxContentLength is in bytes (#1463)
This commit is contained in:
@@ -315,7 +315,7 @@ These are the available config options for making requests. Only the `url` is re
|
|||||||
// Do whatever you want with the native progress event
|
// Do whatever you want with the native progress event
|
||||||
},
|
},
|
||||||
|
|
||||||
// `maxContentLength` defines the max size of the http response content allowed
|
// `maxContentLength` defines the max size of the http response content in bytes allowed
|
||||||
maxContentLength: 2000,
|
maxContentLength: 2000,
|
||||||
|
|
||||||
// `validateStatus` defines whether to resolve or reject the promise for a given
|
// `validateStatus` defines whether to resolve or reject the promise for a given
|
||||||
|
|||||||
Reference in New Issue
Block a user