- From: <bugzilla@jessica.w3.org>
- Date: Sat, 13 Sep 2014 07:44:05 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25923 --- Comment #23 from Anne <annevk@annevk.nl> --- (In reply to Jerry Smith from comment #22) > One reason we want to keep IsTypeSupported synchronous is that in the > general case it should execute quickly and simply, so that media download > can be started quickly. A synchronous command assures that. Given that a promise's handlers would execute end-of-task and a download would at best be next-task, the quickness seems equal. > Promise<void> ActivateCDM((DOMstring keySystem); Would we require this to be always invoked, for all implementations? Also, how can you activate it if isTypeSupported returns "maybe"? -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Saturday, 13 September 2014 07:44:06 UTC