youennf
youennf
IIRC, codepen.io is an example. If it proves difficult to align with the spec, the best option seems to have the default value of `speaker-selection` policy be the value of...
As I communicated offline to Chris, I would prefer a fix like: ``` auto fetches = WTFMove(m_ongoingFetches); for (auto& fetch : fetches) { if (RefPtr protectedFetch = fetch.get()) protectedFetch->contextClosed(); }...
`enumerateDevices`/`devicechange` events could be used to make disappear devices that cannot be used with being used devices (If I capture with BT microphone, we could stop exposing USB speakers, or...
According https://wpt.fyi/results/webrtc-encoded-transform/idlharness.https.window.html%3Finclude%3DSFrameTransform.*?diff&filter=ADC&run_id=5075916964495360&run_id=4818393812434944, `postMessage(frame, [frame.data])` might be problematic in Safari, though `postMessage(frame)` should be supported. @jan-ivar, if the above is correct, would you be ok removing `[frame]` from the above test?...
Safari's issue is due to audio rendering being blocked without a user gesture, this probably makes getNoiseAudio fail somehow. Given creating/transferring encoded frames has no known usecase in the scope...
For same object action->event, I think this rule is mostly consistently applied. For cross-object action->event, I am not sure there is consistency or desire one way or the other.
There is also the case of a data channel living in a worker while its peer connection remains in window. It would probably be handy to fire the close event...
Looking at https://wpt.fyi/results/workers/constructors/Worker/same-origin.html?label=experimental&label=master&aligned, it seems that the main issue is that: - Chrome and Safari are checking whether the URL is cross origin and fail synchronously in this case. -...
> `unsupported:` should fail synchrounsly According the test, it apparently throws a `SecurityError`, similarly to step 1.
@hiroshige-g, is there a plan to align Chromium's implementation to the spec, for instance as part of Interop 2023?