Skip to main content

SetModuleLoadHook

Function SetModuleLoadHook 

Source
pub unsafe extern "C" fn SetModuleLoadHook(
    rt: *mut JSRuntime,
    func: ModuleLoadHook,
)
Expand description

Set the HostLoadImportedModule hook for the runtime to the given function.