We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 398677d + 228a38e commit b0dabf6Copy full SHA for b0dabf6
src/Common/Api.ts
@@ -247,4 +247,4 @@ export const abortPreviousRequests = <T>(
247
*/
248
export const getIsRequestAborted = (error) =>
249
// The 0 code is common for aborted and blocked requests
250
- error && error.code === 0 && error.message === 'The user aborted a request.'
+ error && error.code === 0 && error.message.search('abort\|aborted')
0 commit comments