diff --git a/posts/en/req_config.md b/posts/en/req_config.md index dc1bf48..700ff05 100644 --- a/posts/en/req_config.md +++ b/posts/en/req_config.md @@ -218,9 +218,6 @@ These are the available config options for making requests. Only the `url` is re cancelToken: new CancelToken(function (cancel) { }), - // an alternative way to cancel Axios requests using AbortController - signal: new AbortController().signal, - // `decompress` indicates whether or not the response body should be decompressed // automatically. If set to `true` will also remove the 'content-encoding' header // from the responses objects of all decompressed responses