[Bug 25218] Allow license management directly via MediaKeySession

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

--- Comment #1 from Joe Steele <steele@adobe.com> ---
Some cut/paste errors in my earlier submission. Let me try that again.

void MediaKeySession::loadKey(DomString keyID);
This would LOAD the key identified by the keyID if present into the current
MediaKeySession. It would return an error if the key is not present.

void MediaKeySession::queryKey(DomString keyID);
This would create an opaque blob containing the key identified by the keyID if
present. The blob would be returned ATTACHED to a message or an error would be
returned if the key was not present.

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

Received on Monday, 31 March 2014 20:59:36 UTC