RESOLVED FIXED272885
ManagedSourceBuffer & BufferedChangeEvent to be exposed to 'DedicatedWorker'
https://bugs.webkit.org/show_bug.cgi?id=272885
Summary ManagedSourceBuffer & BufferedChangeEvent to be exposed to 'DedicatedWorker'
Ahmad Saleem
Reported 2024-04-18 03:18:08 PDT
Hi Team, While going through 'MediaSource' directory and noted that it is now exposed properly, I noticed that these following aren't: `BufferedChangeEvent.idl` still has: `Exposed=Window` instead of `Exposed=(Window,DedicatedWorker)` as per - https://w3c.github.io/media-source/#bufferedchangeevent-interface Similarly, `ManagedSourceBuffer.idl` still has: `Exposed=Window` instead of `Exposed=(Window,DedicatedWorker)` ___ Just wanted to raise so we can do it consistently across 'MediaSource'. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 2 2024-04-25 03:19:15 PDT
Jean-Yves Avenard [:jya]
Comment 3 2024-04-25 17:47:50 PDT
EWS
Comment 4 2024-04-26 03:21:48 PDT
Committed 278033@main (0a047ea1ca60): <https://commits.webkit.org/278033@main> Reviewed commits have been landed. Closing PR #27782 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.