From 99e57259ecc15cdcd7fc73d454ff93ce36a94bcd 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 7c5c3677868c6a..24daaaaa53c3df 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3835,6 +3835,9 @@ fs.watch('somedir', (eventType, filename) => {