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
I believe React Native's environment does not provide DOMException, so we need to use a polyfill or develop our own. Check domexpection. If that's the case, for consistency's sake, the polyfill should be delivered via react-native-polyfill-globals.
Check GitHub's implementation for inspiration.
Note: This is technically part of the AbortController spec. React Native currently uses https://github.com/mysticatea/abort-controller so the change will need to be made there I think.
I believe React Native's environment does not provide
DOMException
, so we need to use a polyfillor develop our own. Check domexpection. If that's the case, for consistency's sake, the polyfill should be delivered via react-native-polyfill-globals.Check GitHub's implementation for inspiration.
DOMException
should be thrown when:See: https://developers.google.com/web/updates/2017/09/abortable-fetch
The text was updated successfully, but these errors were encountered: