web api instance method
MediaKeySession: update() method
Secure context
The update() method of the MediaKeySession interface loads messages and licenses to the CDM, and then returns a Promise.
Syntax
update(response)
Parameters
response- : An instance that is either an
ArrayBuffer, aTypedArray, or aDataView.
- : An instance that is either an
Return value
A Promise that resolves to undefined.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.