Hacker News new | ask | show | jobs
by arresin 767 days ago
> const stream = await…

Is this right? Aren’t you prematurely unwrapping the promise here?

1 comments

I believe that is what gets the call started so awaiting there is okay. There isn’t anything to stream at that point.