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
Next Next commit
Update deploy/api/runtime-fs.md
  • Loading branch information
thisisjofrank authored Oct 9, 2024
commit c9adc6c4c682038ba8427ba4329d5333b1019331
3 changes: 3 additions & 0 deletions deploy/api/runtime-fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ manually close the file descriptor.

```ts
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