- From: Elad Alon via GitHub <sysbot+gh@w3.org>
- Date: Fri, 08 Apr 2022 08:07:19 +0000
- To: public-webrtc-logs@w3.org
I **think** that am reading between the lines that you want `getCaptureHandle()` to return the value set by the latest event. I'll clarify what I mean, then ask if I am reading correctly. Clarification: * Assume `capturing_tab` and `captured_tab`. * Navigate `captured_tab` twice between different capture-handle-setting top-level documents. * At least two events get fired in `capturing_tab`. (More, because of navigating away, but let's keep it simple.) * When the document in `capturing_tab` calls `getCaptureHandle()`, it currently gets the latest value, regardless of what events are still pending on the queue. Between the lines, I am reading that you want this to change, so that `getCaptureHandle()` would always return the value corresponding to the latest event that was popped off of the queue. 1. Did I read correctly? 2. If so - is this wise? -- GitHub Notification of comment by eladalon1983 Please view or discuss this issue at https://github.com/w3c/mediacapture-handle/issues/50#issuecomment-1092573799 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 8 April 2022 08:07:24 UTC