update method

JSPromise<JSAny?> update(
  1. BufferSource response
)

The update() method of the MediaKeySession interface loads messages and licenses to the CDM, and then returns a Promise .

Implementation

external JSPromise<JSAny?> update(BufferSource response);