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
Supporting Unix sockets on Windows would depend on tokio-rs/mio#1610 I think. Right now you are getting the error because the relevant code is Unix-only and not compiled on Windows.
Not sure if this is supposed to work or not, but I'll give it a shot:
error: Uncaught TypeError: ops.op_net_listen_unix is not a function
> deno --version deno 1.31.3 (release, x86_64-pc-windows-msvc)
(Windows 10)
The text was updated successfully, but these errors were encountered: