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
{{ message }}
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Synchronous XHR is bad for performance, and doing blocking network access on your UI thread is a long-known anti-pattern. Some thoughts / notes from TPAC discussion here