Bug 272885
| Summary: | ManagedSourceBuffer & BufferedChangeEvent to be exposed to 'DedicatedWorker' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jean-yves.avenard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
https://w3c.github.io/media-source/#bufferedchangeevent-interface
Radar WebKit Bug Importer
<rdar://problem/127041540>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/27782
EWS
Committed 278033@main (0a047ea1ca60): <https://commits.webkit.org/278033@main>
Reviewed commits have been landed. Closing PR #27782 and removing active labels.