Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request]: Support the rest of the EventSource public APIs #66

Open
rcampbel opened this issue Dec 22, 2023 · 0 comments
Open

[Request]: Support the rest of the EventSource public APIs #66

rcampbel opened this issue Dec 22, 2023 · 0 comments

Comments

@rcampbel
Copy link

Request:

  • As a Dev, I would like the ability to add event handlers for specific events dynamically after time of connection, so that I can have other events add event listeners based off a sse response.
  • As a Dev, I would like the ability to remove event handlers for specific events dynamically after time of connection, so that I can have other events remove event listeners based off a sse response.
  • As a Dev, I would like the ability to dispatch events for specific events dynamically, so that I can rebroadcast event after making changes to it a sse response.

Proposal:

Reasoning:

  • Allow for devs to dynamically attach and detach event handlers as needed.
  • Follow standards put in place in spec while expanding functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant