Skip to content

Commit

Permalink
fix: Duplex.from is supported in 16.8.0 (#325)
Browse files Browse the repository at this point in the history
Fix #324
  • Loading branch information
scagood committed Aug 5, 2024
1 parent 6744257 commit de5ac0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unsupported-features/node-builtins-modules/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Writable = {
/** @type {import('../types.js').SupportVersionTraceMap} */
const Duplex = {
[READ]: { supported: ["0.9.4"] },
from: { [READ]: { experimental: ["16.8.0"] } },
from: { [READ]: { supported: ["16.8.0"] } },
fromWeb: { [READ]: { experimental: ["17.0.0"] } },
toWeb: { [READ]: { experimental: ["17.0.0"] } },
}
Expand Down

0 comments on commit de5ac0a

Please sign in to comment.