MediaKeySession: load() method

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2019.

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The load() method of the MediaKeySession interface returns a Promise that resolves to a boolean value after loading data for a specified session object.

Syntax

js
load(sessionId)

Parameters

sessionId

A unique string generated by the content description module for the current media object and its associated keys or licenses.

Return value

A Promise that resolves to a boolean indicating whether the load succeeded or failed.

Specifications

Specification
Encrypted Media Extensions
# dom-mediakeysession-load

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
load

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support