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
[Apicase.deprecated] Delayed requests and features of Requests+ are now deprecated. Use https://github.com/apicase/spawner instead apicase.js:141:6
------
TypeError: 'abort' called on an object that does not implement interface AbortController.[Ulteriori informazioni] apicase.js:205:31
cancel apicase.js:205:31
start/< apicase.js:197:29
So i believe that I shoul use the spawner but I can't find in the docs how to set a timeout with the spawner, also i don't have the time to rewrite all the infrastructure using spawners just to set a timeout in the base service
Btw, this is a strange behaviour, I'll check it on weekends
TypeError: 'abort' called on an object that does not implement interface AbortController.[Ulteriori informazioni] apicase.js:205:31
cancel apicase.js:205:31
start/< apicase.js:197:29
How do I set a timeout for a request?
As I read in the docs i should accomplish that setting the timeout option like this
But doing like this I end up with this error
So i believe that I shoul use the spawner but I can't find in the docs how to set a timeout with the spawner, also i don't have the time to rewrite all the infrastructure using spawners just to set a timeout in the base service
As here it seems to be a todo. What may I do?
The text was updated successfully, but these errors were encountered: