RESOLVED FIXED Bug 121624
MediaStream API: update MediaStreamTrackEvent object to match spec
https://bugs.webkit.org/show_bug.cgi?id=121624
Summary MediaStream API: update MediaStreamTrackEvent object to match spec
Eric Carlson
Reported 2013-09-19 11:37:07 PDT
It should be possible to construct a MediaStreamTrackEvent with an EventInit dictionary: dictionary MediaStreamTrackEventInit : EventInit { MediaStreamTrack? track; }; [Constructor(DOMString type, MediaStreamTrackEventInit eventInitDict)] interface MediaStreamTrackEvent : Event { readonly attribute MediaStreamTrack track; };
Attachments
Proposed patch (14.17 KB, patch)
2013-09-19 11:54 PDT, Eric Carlson
no flags
Eric Carlson
Comment 1 2013-09-19 11:37:28 PDT
Eric Carlson
Comment 2 2013-09-19 11:54:20 PDT
Created attachment 212087 [details] Proposed patch
WebKit Commit Bot
Comment 3 2013-09-19 18:49:57 PDT
Comment on attachment 212087 [details] Proposed patch Clearing flags on attachment: 212087 Committed r156135: <http://trac.webkit.org/changeset/156135>
WebKit Commit Bot
Comment 4 2013-09-19 18:49:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.