We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2a095a + 5ad2044 commit 995b8abCopy full SHA for 995b8ab
lib/dispatchRequest.js
@@ -47,6 +47,8 @@ function DispatchRequest(url, action, payload, local_auth, remote_auth = null, c
47
mode: 'cors', // no-cors, cors, *same-origin
48
redirect: 'follow', // manual, *follow, error
49
referrer: 'client',
50
+ maxContentLength: Infinity,
51
+ maxBodyLength: Infinity,
52
headers:{}
53
// url:url,
54
// no-referrer, *client
0 commit comments