1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/ext/node/polyfills/internal/fs
Nathan Whitaker 1f2d48cd97
fix(node/fs): node:fs.read and write should accept typed arrays other than Uint8Array (#25030)
Part of #25028.

Our underlying read/write operations in `io` assume the buffer is a
Uint8Array, but we were passing in other typed arrays (in the case above
it was `Int8Array`).
2024-08-14 09:42:31 -07: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: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
utils.mjs fix(node/fs): node:fs.read and write should accept typed arrays other than Uint8Array (#25030) 2024-08-14 09:42:31 -07:00