https://bugzilla.wikimedia.org/show_bug.cgi?id=47457
--- Comment #55 from Krinkle <[email protected]> --- The method mw.loader.load already supports an 'async' flag which is currently false by default (as used by the top queue) and turned on by the bottom queue. So swapping the defaults or introducing a global state doesn't change anything except for calls not in the html output. I believe that all cases where this bug happens are cases where a module is calling mw.loader (again) from inside the javascript execution and does so at initial run-time (not after an event but immediately at mw.loader.implement). Adding the global state variable would not fix it for cached pages. Flipping the default will since ResourceLoader will deploy the module in ~ 5 minutes globally. -- 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
