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

Should StableSocket just extend EventTarget #6

Open
keithamus opened this issue Mar 22, 2022 · 1 comment
Open

Should StableSocket just extend EventTarget #6

keithamus opened this issue Mar 22, 2022 · 1 comment

Comments

@keithamus
Copy link
Member

It's a little un-idiomatic to use delegate objects as a "callback bag" in the Web Platform.

This could potentially, instead, use EventTarget, and emit events for each of the callbacks we have in the delegate object. This gives us a lot more flexibility with handling these lifecycle steps.

@Abhi7739309
Copy link

In

@Abhi7739309 Abhi7739309 mentioned this issue Jun 28, 2024
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

2 participants