update method
Sends messages, including licenses, to the Content Decryption Module.
Syntax
var retVal = MediaKeySession.update(response);Parameters
- response
-
Type: BufferSource
The message provided to the CDM.
Return value
Type: Promise<void>
Returns a promise that session data was removed.
Standards information
Remarks
As of Microsoft Edge, this method's return type has changed to Promise<void>. For more information on EME implementation updates in Microsoft Edge, see Encrypted Media Extensions updates.
See also
Show: