[Bug 16550] Should sessionId checks in addKey() and cancelKeyRequest() be synchronous?

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

--- Comment #1 from David Dorwin <ddorwin@google.com> 2012-03-28 00:26:38 UTC ---
The related text in the cancelKeyRequest() algorithm from v0.1 is:
Can this step^ be done synchronously or should a task be queued to do it in the
background and a needkey event fired when done?

^ The step is:
Clear any internal state associated with the sessionId (or if this is null with
the keySystem for this media element). This sessionId will now be unrecognized.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 28 March 2012 00:26:40 UTC