You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the MediaCapabilitiesDecodingInfo's webidl declaration, it doesn't declare keySystemAccess as a nullable object. But keySystemAccess should be a nullable object based on other descrptions in the spec, eg.
A MediaCapabilitiesDecodingInfo has associated keySystemAccess which is a MediaKeySystemAccess or null as appropriate.
In the MediaCapabilitiesDecodingInfo's webidl declaration, it doesn't declare
keySystemAccess
as a nullable object. ButkeySystemAccess
should be a nullable object based on other descrptions in the spec, eg.and 4.1
The text was updated successfully, but these errors were encountered: