aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-17 21:09:42 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-17 21:09:42 -0700
commitf9b1d518f8ed21f670a264c0ac5fba6c5d1cb172 (patch)
treefc4165709e87ab6ab5ccb9ec624e9435d528bd3d
parent1823253f7f536b9fdb91dc5a534f2a66e57cdfdf (diff)
downloadbun-f9b1d518f8ed21f670a264c0ac5fba6c5d1cb172.tar.gz
bun-f9b1d518f8ed21f670a264c0ac5fba6c5d1cb172.tar.zst
bun-f9b1d518f8ed21f670a264c0ac5fba6c5d1cb172.zip
Update nodejs compat docs with tty
-rw-r--r--docs/runtime/nodejs-apis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index b75ff5847..e0cd3b132 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -138,7 +138,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
### [`node:tty`](https://nodejs.org/api/tty.html)
-🟡 Missing `tty.ReadStream` and `tty.WriteStream`.
+🟢 Fully implemented.
### [`node:url`](https://nodejs.org/api/url.html)