summaryrefslogtreecommitdiff
path: root/cli/bench/tty.js
AgeCommit message (Collapse)Author
2022-10-26feat: Stabilize Deno.consoleSize() API (#15933)Bartek IwaƄczuk
This commit stabilizes "Deno.consoleSize()" API. There is one change compared to previous unstable API, in that the API doesn't accept any arguments. Console size is established by querying syscalls for stdio streams at fd 0, 1 and 2.
2022-09-23perf: use fast ops for tty (#15976)Divy Srivastava