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
currently we use XMLHttpRequest which is fine and works, but there is a new standard available called fetch with a polyfill found here: https://www.npmjs.com/package/whatwg-fetch
need to consider complexity of the js vs reliance on other packages before adding.
The text was updated successfully, but these errors were encountered:
currently we use XMLHttpRequest which is fine and works, but there is a new standard available called fetch with a polyfill found here: https://www.npmjs.com/package/whatwg-fetch
need to consider complexity of the js vs reliance on other packages before adding.
The text was updated successfully, but these errors were encountered: