From 2047ccabac092404d8e74ffc947c7b0c52228c37 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 318731f15fda44..8a96797fb68bc1 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3820,6 +3820,9 @@ fs.watch('somedir', (eventType, filename) => {