You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading from manifest gives: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
Loading from manifest gives:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
The culprit: https://github.com/ivmartel/dwv/blob/master/src/gui/html.js#L545
Manifest loading must use asynchronous XMLHttpRequest.
The text was updated successfully, but these errors were encountered: