[Bug 25923] isTypeSupported should be asynchronous

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

--- Comment #2 from Anne <annevk@annevk.nl> ---
Can't they make a bunch of calls simultaneously and use Promise.all() or some
such to deal with synchronizing the results?

The main problem is that it's unclear when to prompt the user in certain
scenarios, so anything that requires synchronous access to knowing whether
there's in fact a CDM enabled is bad. We could mostly return "maybe", but that
would make the API less useful for developers.

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

Received on Friday, 30 May 2014 17:33:03 UTC