Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to stream responses when using Fetch.fulfillRequest #307

Open
ben-xD opened this issue Jan 18, 2024 · 0 comments
Open

How to stream responses when using Fetch.fulfillRequest #307

ben-xD opened this issue Jan 18, 2024 · 0 comments

Comments

@ben-xD
Copy link

ben-xD commented Jan 18, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant