deno icon indicating copy to clipboard operation
deno copied to clipboard

feat(net): named pipe support via `Deno.pipe`

Open CyanChanges opened this issue 6 months ago • 3 comments

close https://github.com/denoland/deno/issues/10244

Support Named Pipes via Deno.pipe

todos

  • [x] verify if work in windows (I have no Windows dev machine rn)

  • [ ] update deno_node to use Deno.pipe for Windows - close https://github.com/denoland/deno/issues/28332 - close https://github.com/denoland/deno/issues/25867

  • [x] type definitions

  • [ ] add tests

CyanChanges avatar May 15 '25 11:05 CyanChanges