summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs/_fs_readv.ts
AgeCommit message (Collapse)Author
2024-04-01fix(ext/node): Add fs.readv, fs.readvSync (#23166)Nathan Whitaker
Part of #18218. Implements `fs.readv` and `fs.readvSync` and enables the corresponding `node_compat` tests.