youennf
youennf
Is it the same as https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-write?
One solution, mentioned by @jan-ivar is to define transfer and clone steps. Then extension specs can add transfer/clone steps dedicated to their extension slots.
One approach is to remove the `, and` word at the end of the phrase.
This seems valuable to me. I would tend to integrate this with gatherRTCStats, see CommandLineAPIHost::gatherRTCLogs. We could add a third log type which would be equivalent to emitJSONLogEvent. Ideally, we...
Isn't deviceId somewhat useful? If getDisplayMedia is called twice and user picks the same surface twice, the web page can easily notice it with deviceId. Or let's say user switches...
For windows and screens, I would guess the OS is providing some IDs to each surface that would be hashed like for cameras. Stability of the IDs would be based...
> What behavior do we **want** to specify? We have the notion of tabs in the HTML spec (I think this is html navigable). deviceId lifetime would be tied to...
Well, two implementations are exposing `deviceId`. And it might be useful as part of getDisplayMedia or as part of source switching. I would change the spec to expose `deviceId` if...
The same question can be asked for `enabled=false` tracks. Testing on Chrome and Safari with https://jsfiddle.net/9o57mxg8/, it seems both expose that frames are delivered to the video elements on rvfc...
Wrt to 1, there is https://w3c.github.io/mediacapture-main/#context-is-capturing. The main difference is that it would return false in case there are live but muted tracks. This seems actually fine to me. Wrt...