loadModule
function loadModule(url: string, callback: ()): void
Description
Defines the method used to load a remotely located text resource.
Parameters
- url
string
The resource code URL.
- callback
()
The result that the method returns.
Returns
void
function loadModule(url: string, callback: ()): void
Defines the method used to load a remotely located text resource.
string
The resource code URL.
()
The result that the method returns.
void