https://bugzilla.wikimedia.org/show_bug.cgi?id=28995
Bergi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Bergi <[email protected]> 2011-09-22 19:46:08 UTC --- It's not so much about getting the loading state, it's about knowing whether a module is loaded/does load or not. For example there might be user scripts that enhance modules. They can't use loader.using, because that would load the module even when it's not needed. Of course there may be other methods to determine whether a module is loaded on the current page (like simple [list, of, page, names].indexOf(wgPageName)>-1), but it would be better if the resource loader had an api for that. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
