Skip to content

v0.1.0

Compare
Choose a tag to compare
@DjDeveloperr DjDeveloperr released this 18 Feb 15:14
· 6 commits to main since this release
36961a4

This release implements Web Streams support with two new properties on NamedPipe: readable and writable which are ReadableStream and WritableStream respectively.
Also fixes TypeScript error about not implementing these two properties from Deno.Conn.