From 7b11cc7181b4536233299efe98c6e7779d13e95e Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sun, 8 Apr 2018 00:18:30 -0700 Subject: [PATCH] docs: specify maxContentLength is in bytes (#1463) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf0d796..7c54b61 100755 --- a/README.md +++ b/README.md @@ -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