Allow passing additional fetch parameters, like signal for aborting requests #17715
Unanswered
iSplasher
asked this question in
Feature Requests
Replies: 1 comment 4 replies
|
Just ran into this as well, it'd be great to be able to abort edge function invocations. Maintainers: would you be open to accepting a PR for this change? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Please make it possible to pass additional parameters (mostly an AbortSignal) to the fetch request, like this
superbase.functions.invoke("somefunction", { signal })All reactions