-
Notifications
You must be signed in to change notification settings - Fork 632
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
docs: change example for readableStreamFromReader
and writableStreamFromWriter
#2505
Comments
readableStreamFromReader
and writableStreamFromWriter
readableStreamFromReader
and writableStreamFromWriter
Things can still just be a |
@crowlKats Yeah, I'm now changing this issue to improve docs, because doc suggests readableStreamFromReader to read from FsFile |
readableStreamFromReader
and writableStreamFromWriter
readableStreamFromReader
and writableStreamFromWriter
@kt3k with this being deprecated, we can probably close this issue. |
Thanks for the ping. Closing as these APIs have been deprecated in #3640 |
Currently doc examples suggests using
readableStreamFromReader
andwritableStreamFromWriter
to get areadableStream
orwriteableStream
from aFsFile
which is not required anymore after denoland/deno#13615bad docs:
The text was updated successfully, but these errors were encountered: