Package-level declarations
Types
Link copied to clipboard
sealed class Navigator : NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage
The Navigator
interface represents the state and the identity of the user agent.
Link copied to clipboard
Link copied to clipboard
Available only in secure contexts.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Available only in secure contexts.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Available only in secure contexts.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
inline suspend fun Navigator.requestMediaKeySystemAccess( keySystem: String, supportedConfigurations: ReadonlyArray<MediaKeySystemConfiguration>): MediaKeySystemAccess
The requestMediaKeySystemAccess()
method of the Navigator interface returns a Promise which delivers a MediaKeySystemAccess object that can be used to access a particular media key system, which can in turn be used to create keys for decrypting a media stream. Available only in secure contexts.
Link copied to clipboard
The requestMIDIAccess()
method of the Navigator interface returns a Promise representing a request for access to MIDI devices on a user's system. Available only in secure contexts.
Link copied to clipboard