ty.request能否支持分块传输?实现SSE

小程序开发相关产品技术讨论,包括面板、智能小程序、React Native、Ray跨端框架、Panel SDK、微信小程序、小程序开发工具(IDE)及其他开发技术相关等话题


Post Reply
silly
Posts: 5

  • 问题描述(复现步骤):

    Code: Select all

    import { request } from '@ray-js/ray'
    const manager = request({ ... })
    能否允许通过Chunk的方式,分片接受数据流缓存起来?或者有没有实现SSE的更好方法?
    • 预期结果:
    • 实际结果:
Post Reply