kunek
kunek
CDCloudflare Developers
Created by kunek on 11/23/2023 in #workers-help
Cloudflare Pages + SvelteKit streaming responses
Some additional analysis that I did on the deployed application: - the response does NOT have „Transfer-Encoding: chunked” when viewed in Chrome DevTools. It’s buffered and only received as a full message at the end. - in Safari, the response is streamed correctly! This really threw me off guard. Does anybody have any ideas about this difference in behavior?
2 replies