You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've got Fetch.fulfillRequest that allows us to give a response to an intercepted request.
I want to stream the response instead of giving it all at once. I'm working with a neverending http stream (SSE event source), so it seems like I cannot use fulfillRequest.
Does anyone know how to do that?
The text was updated successfully, but these errors were encountered:
We've got
Fetch.fulfillRequest
that allows us to give a response to an intercepted request.I want to stream the response instead of giving it all at once. I'm working with a neverending http stream (SSE event source), so it seems like I cannot use
fulfillRequest
.Does anyone know how to do that?
The text was updated successfully, but these errors were encountered: