Replies: 1 comment
-
Remove the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a playground on Deno Deploy with a demo at https://unzip.deno.dev.
Right now I have to
await entry.getData(writable)
in an async IIFE to avoid blocking before passing thereadable
to the Response. Otherwise, the response will finish early, throwing error of writable stream already being closed.I would like to see if we can do that asynchronously so that the user can start receiving data immediately.
Beta Was this translation helpful? Give feedback.
All reactions