MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemConfiguration
What specific section or headline is this issue about?
Properties / Members
What information was incorrect, unhelpful, or incomplete?
The page is missing two of the seven dictionary members: label and sessionTypes.
What did you expect to see?
label — optional DOMString (default ""), preserved as-is in the object returned by MediaKeySystemAccess.getConfiguration()
sessionTypes — sequence<DOMString> indicating required session types (e.g. "temporary", "persistent-license")
Do you have any supporting links, references, or citations?
Spec: https://www.w3.org/TR/encrypted-media/#mediakeysystemconfiguration-dictionary
Do you have anything more you want to share?
The W3C Media Working Group is happy to help if needed.
MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemConfiguration
What specific section or headline is this issue about?
Properties / Members
What information was incorrect, unhelpful, or incomplete?
The page is missing two of the seven dictionary members:
labelandsessionTypes.What did you expect to see?
label— optionalDOMString(default""), preserved as-is in the object returned byMediaKeySystemAccess.getConfiguration()sessionTypes—sequence<DOMString>indicating required session types (e.g."temporary","persistent-license")Do you have any supporting links, references, or citations?
Spec: https://www.w3.org/TR/encrypted-media/#mediakeysystemconfiguration-dictionary
Do you have anything more you want to share?
The W3C Media Working Group is happy to help if needed.