AbortAddon: setTimeout
doesn't work in combination with own AbortController
instance
#256
Labels
setTimeout
doesn't work in combination with own AbortController
instance
#256
Timeouts and aborting requests work fine when using
.controller
:However when you want to provide a controller yourself, the implementation is broken:
Additionally, I don't this it's currently possible to differentiate between a configured timeout error, and manually aborting it (they both trigger the
onAborted
catcher)The text was updated successfully, but these errors were encountered: