Skip to content

Commit de5ac0a

Browse files
authoredAug 5, 2024··
fix: Duplex.from is supported in 16.8.0 (#325)
Fix #324
1 parent 6744257 commit de5ac0a

File tree

1 file changed

+1
-1
lines changed
  • lib/unsupported-features/node-builtins-modules

1 file changed

+1
-1
lines changed
 

‎lib/unsupported-features/node-builtins-modules/stream.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Writable = {
2323
/** @type {import('../types.js').SupportVersionTraceMap} */
2424
const Duplex = {
2525
[READ]: { supported: ["0.9.4"] },
26-
from: { [READ]: { experimental: ["16.8.0"] } },
26+
from: { [READ]: { supported: ["16.8.0"] } },
2727
fromWeb: { [READ]: { experimental: ["17.0.0"] } },
2828
toWeb: { [READ]: { experimental: ["17.0.0"] } },
2929
}

0 commit comments

Comments
 (0)
Please sign in to comment.