What does that exactly mean? What does it duplicate (what to use instead)?
Topic on Talk:ResourceLoader/Migration guide (users)
Appearance
As far as I can tell, it has been superseded by mw.loader.
So where does mw.loader stores external script url/names loaded by load or getScript?
mw.loader.load('url')
-> check$('script')
mw.loader.getScript()
-> this calls$.getScript()
internally, which if I'm correct (SO) leaves no trace of the original URL in the HTML
Thanks.
I've chosen to test if desired object/function exists to decide if the library is loaded or not.