Package-level declarations
Types
Link copied to clipboard
open class Navigator : NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage
The Navigator
interface represents the state and the identity of the user agent.
Link copied to clipboard
interface NavigatorAutomationInformation
Link copied to clipboard
interface NavigatorBadge
Available only in secure contexts.
Link copied to clipboard
interface NavigatorContentUtils
Link copied to clipboard
interface NavigatorCookies
Link copied to clipboard
interface NavigatorOnLine
Link copied to clipboard
interface NavigatorPlugins
Link copied to clipboard
interface NavigatorStorage
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