2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

docs: specify maxContentLength is in bytes (#1463)

This commit is contained in:
Justin Beckwith
2018-04-08 00:18:30 -07:00
committed by GitHub
parent ae1c2c3006
commit 7b11cc7181
+1 -1
View File
@@ -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
},
// `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,
// `validateStatus` defines whether to resolve or reject the promise for a given