- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 25 Apr 2024 14:29:47 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 April 2024 21:29:51 UTC
So the idea here is to queue a task per element/node and then some batching mechanism to invoke all these tasks in the tree order (preorder DFS) or reverse tree order (postorder DFS)? -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1055#issuecomment-2078206149 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1055/2078206149@github.com>
Received on Thursday, 25 April 2024 21:29:51 UTC