Skip to content

Commit 0f4c4c9

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 8ae35d2 commit 0f4c4c9

10 files changed

+1938
-0
lines changed

lib/internal/fs/promises.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@ module.exports = {
788788
appendFile,
789789
readFile,
790790
watch,
791+
792+
kHandle,
791793
},
792794

793795
FileHandle,

0 commit comments

Comments
 (0)