We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let abort = loadScript('woot.js', fn); abort();
should detach the element from the DOM, and prevent the callback from being fired (by ignoring it as a last resort).
Activity