diff --git a/doc/api/modules.md b/doc/api/modules.md index f36406ba0590b9..ae7d67d0a429a0 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -889,6 +889,14 @@ added: v0.1.16 The identifier for the module. Typically this is the fully resolved filename. +### `module.isPreloading` + + +* Type: {boolean} `true` if the module is running during the Node.js preload + phase. + ### `module.loaded`