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
Currently, DOMNode.workers is a very confusing alias for App.workers.
When you type self.workers inside a widget, it really, really, REALLY looks like you are talking about the workers started by/associated with the given widget.
But you're actually talking about all app workers.
I suggest we rename DOMNode.workers to DOMNode.app_workers and/or make it so that DOMNode.workers retrieves all workers started by/associated with the given widget.
The text was updated successfully, but these errors were encountered:
Currently,
DOMNode.workers
is a very confusing alias forApp.workers
.When you type
self.workers
inside a widget, it really, really, REALLY looks like you are talking about the workers started by/associated with the given widget.But you're actually talking about all app workers.
See #3615 (comment) for some extra context.
I suggest we rename
DOMNode.workers
toDOMNode.app_workers
and/or make it so thatDOMNode.workers
retrieves all workers started by/associated with the given widget.The text was updated successfully, but these errors were encountered: