Open
Description
📗 API Reference Docs Problem
-
Version: v0 - latest (v17)
-
Platform: irrelevant
-
Subsystem:
process
Location
Section of the site where the content exists
Affected URL(s):
Description
Concise explanation of the problem
From lib/internal/bootstrap/loaders.js
// - process.moduleLoadList: an array recording the bindings and the modules
// loaded in the process and the order in which they are loaded.
I want to use this to know if a NativeModule
was loaded but can't find any reference in documentation.
Is it an oversight or because it's an internal and should not be used by end user ?
- I would like to work on this issue and
submit a pull request.