Not documented.

Implements
Annotations
  • DomName('Navigator')

Properties

appCodeName String
read-only

appName String
read-only

appVersion String
read-only

connection NetworkInformation
read-only

cookieEnabled bool
read-only

credentials CredentialsContainer
read-only

dartEnabled bool
read-only

doNotTrack String
read-only

geofencing Geofencing
read-only

geolocation Geolocation
read-only

hardwareConcurrency int
read-only

language String
read-only

languages List<String>
read-only

maxTouchPoints int
read-only

mimeTypes MimeTypeArray
read-only

onLine bool
read-only

persistentStorage DeprecatedStorageQuota
read-only

platform String
read-only

presentation Presentation
read-only

product String
read-only

productSub String
read-only

push PushManager
read-only

serviceWorker ServiceWorkerContainer
read-only

storageQuota StorageQuota
read-only

temporaryStorage DeprecatedStorageQuota
read-only

userAgent String
read-only

vendor String
read-only

vendorSub String
read-only

Methods

getBattery() → Future

getGamepads() → List<Gamepad>

getStorageUpdates() → void

getUserMedia({audio: false, video: false}) → Future<MediaStream>

Gets a stream (video and or audio) from the local computer.

isProtocolHandlerRegistered(String scheme, String url) → String

registerProtocolHandler(String scheme, String url, String title) → void

sendBeacon(String url, data) → bool

unregisterProtocolHandler(String scheme, String url) → void