You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
. SinceaddEventListener
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
ofdeps
must also be considered.The text was updated successfully, but these errors were encountered: