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