[Bug 25923] isTypeSupported should be asynchronous

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

Steve Heffernan <w3@heff.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w3@heff.me

--- Comment #8 from Steve Heffernan <w3@heff.me> ---
Just my two cents as a JS dev, but an API method that's named is[Something] I'd
expect to be a synchronous boolean response. And this function specifically I'd
expect to work like MSE's isTypeSupported and the video element's canPlayType.

If it is going to be a single prompt to enable all systems for a user, I might
expect a more verbose process like a document property encryptedMediaEnabled to
check and an async enableEncryptedMedia().

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

Received on Monday, 11 August 2014 19:18:29 UTC