Firefox Tomorrow

web api instance method

MediaKeys: createSession() method

View on MDN ↗

Secure context

The createSession() method of the MediaKeys interface returns a new MediaKeySession object, which represents a context for message exchange with a content decryption module (CDM).

Syntax

createSession()
createSession(mediaKeySessionType)

Parameters

  • mediaKeySessionType Optional
    • : A string. Either “temporary” or “persistent-license”. The default value is “temporary”.

Return value

A new MediaKeySession object.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.