Replies: 3 comments 2 replies
-
What normally defines The issue is likely within whatever code that defines that object/class. |
Beta Was this translation helpful? Give feedback.
-
It is a javascript object: https://developer.mozilla.org/en-US/docs/Web/API/AbortController I've found this post related to the same error: ipfs/js-ipfs#4019. Not sure if this applies to cordova too. |
Beta Was this translation helpful? Give feedback.
-
This is some sample code on how to use AbortController https://javascript.plainenglish.io/how-to-set-api-timeout-with-javascript-fetch-api-2d7c95782fa9 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use AbortController to control the timeout on some fetch backend requests, but it seems it doesn't work in cordova.
Any idea why?
This logic works in Chrome and Edge.
I'm using cordova 11.1.0 .
Beta Was this translation helpful? Give feedback.
All reactions