mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
97bb2bdb79
Previously: dial("tcp", "deno.land:80") Now: dial({ hostname: "deno.land", port: 80, transport: "tcp" }) Similarly with listen(). |
||
---|---|---|
.. | ||
std@43aafbf332 |