RequestTask.onChunkReceived(function callback)
基础库 2.20.1 开始支持,低版本需做兼容处理。
小程序插件:支持
监听 Transfer-Encoding Chunk Received 事件。当接收到新的chunk时触发。
参数
function callback
Transfer-Encoding Chunk Received 事件的回调函数
参数
Object res
属性 | 类型 | 说明 | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
res | Object | 开发者服务器每次返回新chunk时的Response | |||||||||
|