📗 API Reference Docs Problem
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 ?