From 12a365226fe369da7ac8493f36f90d6d7b539704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 8 Aug 2021 17:17:06 +0200 Subject: [PATCH] squash: revert bad changes from d96326935ba939bfcd18c4cac525dd108a54032c --- doc/api/fs.md | 56 +++++++++++++++------------------------------------ 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 34cb626dfad797..1a501233a7b1fd 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -174,14 +174,6 @@ helping to prevent memory leaks. Please do not rely on this behavior because it can be unreliable and the file may not be closed. Instead, always explicitly close {FileHandle}s. Node.js may change this behavior in the future. -#### Event: `'close'` - - -The `'close'` event is emitted when the {FileHandle} has been closed and can no -longer be used. - #### `filehandle.appendFile(data[, options])` * `buffers` {Buffer[]|TypedArray[]|DataView[]} @@ -940,7 +930,7 @@ try { * `fd` {integer} @@ -4773,7 +4749,7 @@ utility). Returns `undefined`.