1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext/node/polyfills/internal/fs
Marvin Hagemeister 8c9d1ba1d7
fix(ext/node/fs): position argument not applied (#24009)
We didn't honour the `position` options of `fd.read` and `fd.write`
because we checked if the buffer is of type `Buffer` instead of just
`Uint8Array`. Node does the latter. In doing so I noticed that the file
handle id was written to a public property which it definitely shouldn't
be. This was probably a typo.

Fixes https://github.com/denoland/deno/issues/23707
2024-05-28 14:30:31 +02:00
..
handle.ts fix(ext/node/fs): position argument not applied (#24009) 2024-05-28 14:30:31 +02:00
streams.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
streams.mjs chore: upgrade to dprint 0.39 (#19768) 2023-07-08 18:34:08 +00:00
utils.mjs fix(node): error when throwing FS_EISDIR (#23829) 2024-05-16 10:30:41 +02:00