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
The problem seems to be ref() not being implemented in net.Socket. Being new to Deno, the documentation confuses me, since std / node / net.ts > Socket#ref suggests that it's indeed implemented?
I'm trying to use
useStdin()
in term.ink but it crashes with:More specifically, it fails here.
The problem seems to be
ref()
not being implemented innet.Socket
. Being new to Deno, the documentation confuses me, since std / node / net.ts > Socket#ref suggests that it's indeed implemented?Reference: #20855 (comment)
The text was updated successfully, but these errors were encountered: