External dependencies that are loaded on demand either by the engine automatically when needed or they can be loaded manually by calling the load function.
Use the ready function to wait for the module to be loaded if you do not wand to trigger a load.
If a module is already loaded it's also available in the MODULE variable.
External dependencies that are loaded on demand either by the engine automatically when needed or they can be loaded manually by calling the
load
function.Use the
ready
function to wait for the module to be loaded if you do not wand to trigger a load.If a module is already loaded it's also available in the
MODULE
variable.