- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Mon, 28 Mar 2022 13:25:27 +0000
- To: public-webrtc-logs@w3.org
> ``` > Let <var>element</var> be the Element from which CropTarget was constructed. > ``` "Let" implies strong reference. Cross-process this messes with GC. We need something to serialize, either in this PR or the other. It follows that what we serialize must be a "weak reference" (i.e. not strong). Since this will most certainly be an id in any implementation, "identifier" or "key" would also work, but then we should mention the UA must use a weak map to implement the mapping. -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/mediacapture-region/pull/32#issuecomment-1080648351 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 28 March 2022 13:25:29 UTC