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

Additional notes on releasing resources when using file streams #493

Merged
merged 9 commits into from
Oct 9, 2024
Prev Previous commit
Update deploy/api/runtime-fs.md
  • Loading branch information
thisisjofrank authored Oct 9, 2024
commit c5b3e373bad238f0237148831bfeba4c64cfd813
1 change: 1 addition & 0 deletions deploy/api/runtime-fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ automatically closed at the end of iteration. There is no need to manually close
the file descriptor: `const iterator = fd.readable[Symbol.asyncIterator]();`

:::
thisisjofrank marked this conversation as resolved.
Show resolved Hide resolved

## Deno.File
thisisjofrank marked this conversation as resolved.
Show resolved Hide resolved

`Deno.File` is a file handle returned from [`Deno.open()`](#denoopen). It can be
Expand Down
Loading