We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hello dear Do this module support AbortController and signal config like this ?
const controller = new AbortController(); axios.get('/foo/bar', { signal: controller.signal }).then(function(response) { //... }); // cancel the request controller.abort()