The state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities.
Symbol
Navigator
class Navigator
Available only in secure contexts.
- requestMediaKeySystemAccess(keySystem: string, supportedConfigurations: MediaKeySystemConfiguration[]): Promise<MediaKeySystemAccess>
Available only in secure contexts.
requestMediaKeySystemAccess(keySystem: string, supportedConfigurations: Iterable<MediaKeySystemConfiguration>): Promise<MediaKeySystemAccess>Available only in secure contexts.
Available only in secure contexts.