summaryrefslogtreecommitdiff
path: root/tests/testdata/run/node_process_stdin_unref_with_pty.js
AgeCommit message (Collapse)Author
2024-04-27fix(ext/node): support process.stdin.unref() (#22865)Yoshiya Hinosawa
This PR adds private `[REF]()` and `[UNREF]()` methods to Stdin class, and call them from Node.js polyfill layer (`TTY` class). This enables `process.stdin.unref()` and `process.stdin.ref()` for the case when stdin is terminal. closes #21796