https://bugzilla.wikimedia.org/show_bug.cgi?id=55642
--- Comment #3 from Brion Vibber <[email protected]> --- I like the 'mw.loader.loadInWorker([module, ...])' idea -- that's a logical mapping to 'new Worker(url)' and means that using workers is an explicit opt-in that shouldn't complicate general module handling. Could either skip mw.loader.implement and ensure modules are ordered correctly in the Worker-mode output, or could tack an RL loader stub onto the beginning of the combined module -- either way should work I think. But to get the load.php contents loaded up in the first place, we either need to use a cross-domain XHR and blobify it, or we need to force the worker modules to be loaded from load.php on the local domain. The latter is simplest, but I don't know if we can rely on that working in production environment. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
