Skip to content

Commit 2db3dbb

Browse files
committed
streams: implement streams to webstreams adapters
Experimental adapters for the webstreams API Signed-off-by: James M Snell <[email protected]>
1 parent 511cfad commit 2db3dbb

9 files changed

+1859
-0
lines changed

lib/internal/fs/promises.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,8 @@ module.exports = {
790790
appendFile,
791791
readFile,
792792
watch,
793+
794+
kHandle,
793795
},
794796

795797
FileHandle,

0 commit comments

Comments
 (0)