loadScript
Loads a script from the given URL dynamically.
function loadScript(source: string): Promise<void>;
Example
loadScript('https://example.com/script.js');
Loads a script from the given URL dynamically.
function loadScript(source: string): Promise<void>;
loadScript('https://example.com/script.js');