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!
<rdar://problem/118756434>
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);