- From: youennf via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 May 2022 06:31:40 +0000
- To: public-webrtc-logs@w3.org
The most important thing to evaluate for me is whether we want to support the general case, in particular double postMessage scenarios (say I want to crop the track in a worker). It can be done by passing a MessagePort in the same message as the element ID or some new API seems needed. > And it seems reasonable that the process of generating a cross-process-friendly weak element reference might involve async machinery. @domenic, I am surprised here. MessagePort is a cross-process-friendly reference that is created/transferable synchronously. This can solve for instance the double postMessage scenario in a synchronous manner. -- GitHub Notification of comment by youennf Please view or discuss this issue at https://github.com/w3c/mediacapture-region/issues/11#issuecomment-1123239176 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 11 May 2022 06:31:41 UTC