https://bugzilla.wikimedia.org/show_bug.cgi?id=66898

            Bug ID: 66898
           Summary: PageCuration: Get rid of synchronous AJAX request on
                    page load
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: PageCuration
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

In ext.PageTriage.viewUtil.js, there is a synchronous AJAX request executed on
page load. Firefox 30 complains about this in the JS console:

  Synchronous XMLHttpRequest on the main thread is deprecated because of its
  detrimental effects to the end user's experience. For more help
  http://xhr.spec.whatwg.org/

Don't know why this request has to be synchronous. Code should be refactored so
it can be made asynchronous.

-- 
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

Reply via email to