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
When I run your async code, I get:
Error: await can't be used outside of a function.
When I enclose the async code within an async function, I get:
TypeError: object Stream can't be used in 'await' expression