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
Synchronous XMLHttpRequest outside of workers is in the process of being removed from the web platform as it has detrimental effects to the end user's experience.
Despite there being many, many cases in which synchronous results are preferred and would not be detrimental to the user's experience, clearly, this nonsense is happening anyway. So... why not put a link to a page offering alternative solutions to how to use Async XHR in a manner that satisfies the common needs of what Sync XHR would be used for. Rather than just saying "don't do that", you should say "do this instead". Don't take things away without offering replacements.
The text was updated successfully, but these errors were encountered:
https://xhr.spec.whatwg.org/#sync-warning
Despite there being many, many cases in which synchronous results are preferred and would not be detrimental to the user's experience, clearly, this nonsense is happening anyway. So... why not put a link to a page offering alternative solutions to how to use Async XHR in a manner that satisfies the common needs of what Sync XHR would be used for. Rather than just saying "don't do that", you should say "do this instead". Don't take things away without offering replacements.
The text was updated successfully, but these errors were encountered: