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
getJson helper is using XMLHttpRequest synchronously, which is deprecated and does not work well with service worker. Is there any technical season to avoid async call here or can we convert this function to use fetch?
Description
getJson
helper is usingXMLHttpRequest
synchronously, which is deprecated and does not work well with service worker. Is there any technical season to avoid async call here or can we convert this function to usefetch
?xeus/src/index.ts
Lines 15 to 20 in 6504866
The text was updated successfully, but these errors were encountered: