mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
8c9d1ba1d7
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 |
||
---|---|---|
.. | ||
handle.ts | ||
streams.d.ts | ||
streams.mjs | ||
utils.mjs |