[Bug 23955] Add optional MediaKeys.loadSession(DOMString sessionId) method

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

Mark Watson <watsonm@netflix.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |watsonm@netflix.com

--- Comment #2 from Mark Watson <watsonm@netflix.com> ---
This looks good to me and would enable us to close the key release bug.

To answer Joe's question, yes, applications would need to track previously
created sessions and their ids and then use that information to reload a
previously established session if needed.

I think this explicit knowledge / control of session storage is cleaner than
having the CDM do this transparently. The application can store this
information in IndexedDB / WebStorage. If that is cleared, the stored sessions
in the CDM should probably be cleared anyway.

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

Received on Monday, 9 December 2013 15:41:10 UTC