Closed smeckler closed 2 years ago
Hmm, this seems to be a bug in abort-controller
: https://github.com/mysticatea/abort-controller/issues/32
Looks like it can be fixed by moving towards the default export of AbortController
instead of its named export.
A PR is definitely welcome! :-)
Hi Ruben,
thank you for this library. It works well but I encountered a small problem with the AbortController when sending update queries. It's working when executed with Node, but the 'fetchUpdate' function has an error when it's bundled (with browserify or React).
Here is the problem in the browser:
A quick workaround was: