NEW264993
Sync 'MediaSource' with WebIDL Specification
https://bugs.webkit.org/show_bug.cgi?id=264993
Summary Sync 'MediaSource' with WebIDL Specification
Ahmad Saleem
Reported 2023-11-16 16:25:42 PST
Hi Team, While looking into 'Browser Specific Failures' in WebRTC, I also came across some missing bits in MediaSource.idl, so I thought to raise this bug. Web-Spec: // https://w3c.github.io/media-source/#dom-endofstreamerror // https://w3c.github.io/media-source/#dom-readystate // https://w3c.github.io/media-source/#dom-mediasource In 'MediaSource' interface, we are missing 'Exposed=(Window,DedicatedWorker)'. It might progress few tests cases here: http://wpt.live/media-source/idlharness.window.html Just wanted to raise so we can fix it. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-23 16:26:16 PST
Ahmad Saleem
Comment 2 2024-04-18 03:15:34 PDT
It is done now. Only thing pending is to add web-spec link and also remove [NewObject] from: [NewObject] SourceBuffer addSourceBuffer(DOMString type); to SourceBuffer addSourceBuffer(DOMString type);
Note You need to log in before you can comment on or make changes to this bug.