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
In "Method: Signal.subtle.Watcher.prototype.watch(...signals)" we have:
Add this watcher as a sink to each Signal. If this was the first sink, then recurse up to sources to add that signal as a sink, and call the watched callback if it exists.
It's not immediately clear for the first sentence whether this means the newly watched signals (which is spelled out explicitly in phase 3 immediately beforehand) or all sources.
It's also not clear what "recurse up to the sources" means; especially with the watched callback being called I think it's worth being quite explicit about the algorithm and ordering here.
The text was updated successfully, but these errors were encountered:
In "Method: Signal.subtle.Watcher.prototype.watch(...signals)" we have:
It's not immediately clear for the first sentence whether this means the newly watched signals (which is spelled out explicitly in phase 3 immediately beforehand) or all
sources
.It's also not clear what "recurse up to the sources" means; especially with the
watched
callback being called I think it's worth being quite explicit about the algorithm and ordering here.The text was updated successfully, but these errors were encountered: