How to stream responses?
I have a worker that makes multiple
fetch
requests in series, and I want to tell the client when each of these responses is completed. Is there some way to "stream" the response, so I can add more data at any point but still have it be sent back to the client?0 Replies