Support for streaming in supabase functions #12969
Unanswered
leerobert
asked this question in
Feature Requests
Replies: 0 comments
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.
Support within supabase-functions-js the ability to invoke a streaming function. On client side, leverage "@microsoft/fetch-event-source" to fetch the event source. The supabase deno functions can already leverage returning a streaming response.
All reactions