api-typings icon indicating copy to clipboard operation
api-typings copied to clipboard

wx.request onChunkReceived 参数 定义错误

Open lvgg3271 opened this issue 2 years ago • 1 comments

onChunkReceived回调函数的参数是 type res = { data: ArrayBuffer }

type文件给定义成type res = { res: { data: Arraybuffer }}

lvgg3271 avatar Jul 27 '23 03:07 lvgg3271

image 好像文档本身就是错的

lvgg3271 avatar Jul 27 '23 03:07 lvgg3271