[Bug 19096] Add 'type' attribute to MediaKeyNeededEvent

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19096

David Dorwin <ddorwin@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acolwell@google.com

--- Comment #3 from David Dorwin <ddorwin@google.com> ---
Are there other use cases where type would be useful? (It might be useful for
debugging since MSE and some sites use URLs where the type is not in a
filename, but that's probably not convincing.) What are the chances of
successfully getting this added to HTMLMediaElement?

It may not be possible to specify a single type for a given element (see
below). In theory, MSE supports multiple types on the same media element. This
might prevent addition of type to HTMLMediaElement.

Regardless, there is some symmetry in providing type and initData in the event
when we expect those same parameters to then be provided to createSession().

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 24 April 2013 21:28:19 UTC