- 🇩🇪Germany Anybody Porta Westfalica
Follow-up: 🐛 Uncaught ReferenceError: loadjs is not defined after drupal core upgrade 9.5.1 Needs work
for
#1988968: Drupal.ajax does not guarantee that "add new JS file to page" commands have finished before calling said JS →
we need a reliable solution for loading js files and know when the file has finished loading.
loadjs is a working, stable solution to load scripts/css/assets and know when they loaded. It is also tiny: only 899 bytes!
N/A
N/A
The code is pretty straightforward, we could probably roll our own if necessary, the heavy lifting can be done with something like this. Better to use something battle-tested though, especially when it's small like this.
None.
None.
None.
N/A
Fixed
9.3
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Follow-up: 🐛 Uncaught ReferenceError: loadjs is not defined after drupal core upgrade 9.5.1 Needs work