From a79b8fa6f81ee0deef9103c413dc8187c6dfeaf6 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 6 Mar 2020 12:00:43 -0500 Subject: [PATCH] doc: document fs.watchFile() bigint option This commit documents the bigint option to fs.watchFile(), which has been supported since v10.5.0. PR-URL: https://github.com/nodejs/node/pull/32128 Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen Reviewed-By: Richard Lau --- doc/api/fs.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 921decd751cba8..a68fb1e1c8f862 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3840,6 +3840,9 @@ fs.watch('somedir', (eventType, filename) => {