Colin Frick

Results 14 comments of Colin Frick

I was unable to get it to work with the current implementation of 'abort-controller'. I have extended the package with 'reason' and 'throwIfAborted' in this repo: https://github.com/ColinFrick/abort-controller I have published...

Hey @bidoubiwa It would need to be adapted because there could be a signal in `fetchConfig`. Nonetheless maybe it makes more sense to just provide a timeout signal to the...

I think so yes. The only benefit of providing a timeout option would be that you can write `{ timeout: 1000 }` instead of `{ signal: AbortSignal.timeout(1000) }`. The introduced...

Is there any progress on this feature? Thanks for the great work! The lib looks really promising.