Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-01-15 17:46:11 +0300
committerJames M Snell <jasnell@gmail.com>2021-01-18 21:37:52 +0300
commit9d7fb229db86b3fbe8835fe6411aa78d300c6e70 (patch)
tree2759b33ce066604aee09ba05f364f65f15b7dcc9 /doc/api/module.md
parentafd911c38c7153ec98b8689647b2d1454249f24c (diff)
doc: fix module.isPreloading documentation
Fixes: https://github.com/nodejs/node/issues/36775 PR-URL: https://github.com/nodejs/node/pull/36944 Refs: https://github.com/nodejs/node/pull/36263 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/module.md')
-rw-r--r--doc/api/module.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/module.md b/doc/api/module.md
index 637b7f3e059..0e7d8d2b9a6 100644
--- a/doc/api/module.md
+++ b/doc/api/module.md
@@ -76,14 +76,6 @@ const requireUtil = createRequireFromPath('../src/utils/');
requireUtil('./some-tool');
```
-### `module.isPreloading`
-<!-- YAML
-added: v15.4.0
--->
-
-* Type: {boolean} `true` if the module is running during the Node.js preload
- phase.
-
### `module.syncBuiltinESMExports()`
<!-- YAML
added: v12.12.0