Server Sent Events for functions-js client #27032
Unanswered
TimNEverett
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.
The idea it to add a Server Sent Event function added to the FunctionsClient that returns an event source.
I imagine the function call to be something like:
and the returned eventSource would implement
eventSource.close()for manually ending the stream.All reactions