diff options
author | 2023-09-06 23:04:07 +0200 | |
---|---|---|
committer | 2023-09-06 14:04:07 -0700 | |
commit | 3b9829f17134a21790f1524f3391409f385dfee9 (patch) | |
tree | 356fcacc140942f6fabbcd1432b84124b4a325cf | |
parent | 849a2cdfae65af7d0388fd41d90dc6309ca8b22a (diff) | |
download | bun-3b9829f17134a21790f1524f3391409f385dfee9.tar.gz bun-3b9829f17134a21790f1524f3391409f385dfee9.tar.zst bun-3b9829f17134a21790f1524f3391409f385dfee9.zip |
Update nodejs compat docs cp/cpSync/watchFile/unwatchFile (#4525)
-rw-r--r-- | docs/runtime/nodejs-apis.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index e0cd3b132..1dc0c04b6 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -54,7 +54,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:fs`](https://nodejs.org/api/fs.html) -🟡 Missing `fs.fdatasync{Sync}` `fs.opendir{Sync}` `fs.{watchFile|unwatchFile}` `fs.{cp|cpSync}`. `fs.promises.open` incorrectly returns a file descriptor instead of a `FileHandle`. +🟡 Missing `fs.fdatasync{Sync}` `fs.opendir{Sync}`. `fs.promises.open` incorrectly returns a file descriptor instead of a `FileHandle`. ### [`node:http`](https://nodejs.org/api/http.html) @@ -250,7 +250,7 @@ This page is updated regularly to reflect compatibility status of the latest ver - {% anchor id="node_fs" %} [`node:fs`](https://nodejs.org/api/fs.html) {% /anchor %} - 🟡 -- Missing `fs.fdatasync{Sync}` `fs.opendir{Sync}` `fs.{watchFile|unwatchFile}` `fs.{cp|cpSync}`. `fs.promises.open` incorrectly returns a file descriptor instead of a `FileHandle`. +- Missing `fs.fdatasync{Sync}` `fs.opendir{Sync}`. `fs.promises.open` incorrectly returns a file descriptor instead of a `FileHandle`. --- |