- From: Steve Orvell <notifications@github.com>
- Date: Thu, 25 Apr 2024 11:46:46 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 April 2024 18:46:50 UTC
There's another potential need to schedule work *after* your subtree does something. Can/should this be considered as well? Naively: ```js host.child.x = 5; host.child.dependsOnProcessingX(); ``` -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1055#issuecomment-2077948428 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1055/2077948428@github.com>
Received on Thursday, 25 April 2024 18:46:50 UTC