- From: Elad Alon via GitHub <sysbot+gh@w3.org>
- Date: Mon, 11 Nov 2024 11:28:57 +0000
- To: public-webrtc-logs@w3.org
I was pointing out something different. - Start with `t1` in Window. - Clone it as `t2`. - Post it to a Worker. - Clone `t1` (in Window) as `t3`. - Clone `t2` (in Worker) as `t4`. - Post both `t2` and `t4` back to Window. - Fire an event. As I mention here, "order of creation" is unclear between `t3` and `t4`, which were cloned concurrently. But tree-traversal could impose a reasonable order here. (With some arbitrary property like `deviceId`-lexicographic-order used for breaking ties between same-level children.) -- GitHub Notification of comment by eladalon1983 Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/1020#issuecomment-2467946131 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 11 November 2024 11:28:58 UTC