Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

todo: move to Web Streams API #160

Open
iuioiua opened this issue Oct 8, 2023 · 0 comments
Open

todo: move to Web Streams API #160

iuioiua opened this issue Oct 8, 2023 · 0 comments

Comments

@iuioiua
Copy link
Owner

iuioiua commented Oct 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant