moduleLoadStart

open fun moduleLoadStart(moduleId: String): Any?

Invoked when a module load starts. This is the process of loading code into QuickJS.

Return

any object. This value will be passed back to moduleLoadEnd when the call is completed. The base function always returns null.