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

Duplicate Callbacks #28

Open
TomokiMiyauci opened this issue Jun 24, 2024 · 0 comments
Open

Duplicate Callbacks #28

TomokiMiyauci opened this issue Jun 24, 2024 · 0 comments

Comments

@TomokiMiyauci
Copy link

If an API is called with the same callback, how should this be handled?

The current implementation does not take duplicates into account.

An example is EventTarger#addEventListener. Since addEventListener is similar to the usage scenario of import.meta.hot API, it would be helpful as an example to consider duplication.

When considering duplication, the equivalence of accept of deps must also be considered.

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