Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Dec 2, 2024
1 parent cb20a60 commit ce9cbc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/api/runtime-fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ the file descriptor: `const iterator = fd.readable[Symbol.asyncIterator]();`

## Deno.File

`Deno.File` is a file handle returned from [`Deno.open()`](#deno.open). It can be
used to read chunks of the file using the `read()` method. The file handle can
be closed using the `close()` method.
`Deno.File` is a file handle returned from [`Deno.open()`](#deno.open). It can
be used to read chunks of the file using the `read()` method. The file handle
can be closed using the `close()` method.

The interface is similar to [Deno](https://docs.deno.com/api/deno/~/Deno.File),
but it doesn't support writing to the file, or seeking. Support for the latter
Expand Down

0 comments on commit ce9cbc5

Please sign in to comment.