mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
1337845ea3
* fix(http): move zstd advertising flag to transitional * sec: add has own prop to the transitional Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
'use strict';
|
|
|
|
export default {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false,
|
|
legacyInterceptorReqResOrdering: true,
|
|
advertiseZstdAcceptEncoding: false,
|
|
};
|