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
This module currently uses Deno's Reader and Writer interfaces. These interfaces are slowly being phased out, along with functions within the Standard Library that rely on these interfaces, such as writeAll() and readDelim(), which are deprecated.
We must move to using the Web Streams API as simply as possible.
The text was updated successfully, but these errors were encountered:
This module currently uses Deno's
Reader
andWriter
interfaces. These interfaces are slowly being phased out, along with functions within the Standard Library that rely on these interfaces, such aswriteAll()
andreadDelim()
, which are deprecated.We must move to using the Web Streams API as simply as possible.
The text was updated successfully, but these errors were encountered: