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.
1 parent 8ff04a2 commit 2f099c9Copy full SHA for 2f099c9
packages/taro/types/api/network/request.d.ts
@@ -25,6 +25,11 @@ declare module '../../index' {
25
dataType?: keyof DataType | string
26
/** 响应的数据类型 */
27
responseType?: keyof ResponseType
28
+ /**
29
+ * 使用高性能模式。从基础库 v3.5.0 开始在 Android 端默认开启,其他端暂不生效。该模式下有更优的网络性能表现。
30
+ * @default true
31
+ * */
32
+ useHighPerformanceMode?: boolean
33
/** 开启 http2
34
* @default false
35
* @supported weapp
0 commit comments