diff --git a/doc/api/fs.md b/doc/api/fs.md index e11c057802e763..b1aa5ec60ae0d8 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1317,6 +1317,8 @@ system requests but rather the internal buffering `fs.writeFile` performs. ## Callback API +> Stability: 3 - Legacy: Use the Promise-based API instead. + The callback APIs perform all operations asynchronously, without blocking the event loop, then invoke a callback function upon completion or error.