|
|
let { url, method, headers, body, timeout, allow, requestType, fileName } = option;
|
|
let { url, method, headers, body, timeout, allow, requestType, fileName } = option;
|
|
|
return debounce({ url, method, body }).then(() => {
|
|
return debounce({ url, method, body }).then(() => {
|