Dart API Reference
dart:html
Navigator
Navigator
class
Annotated by:
DomName('Navigator')
Implements:
NavigatorCpu
NavigatorLanguage
NavigatorOnLine
NavigatorID
Instance Properties
connection
NetworkInformation
read-only
cookieEnabled
bool
read-only
credentials
CredentialsContainer
read-only
doNotTrack
String
read-only
geofencing
Geofencing
read-only
geolocation
Geolocation
read-only
maxTouchPoints
int
read-only
mimeTypes
MimeTypeArray
read-only
presentation
Presentation
read-only
productSub
String
read-only
push
PushManager
read-only
serviceWorker
ServiceWorkerContainer
read-only
storageQuota
StorageQuota
read-only
vendor
String
read-only
vendorSub
String
read-only
persistentStorage
DeprecatedStorageQuota
read-only
temporaryStorage
DeprecatedStorageQuota
read-only
hardwareConcurrency
int
read-only
appCodeName
String
read-only
appName
String
read-only
appVersion
String
read-only
dartEnabled
bool
read-only
platform
String
read-only
product
String
read-only
userAgent
String
read-only
language
String
read-only
languages
List
<
String
>
read-only
onLine
bool
read-only
Instance Methods
getUserMedia
( {
audio
:
false
,
video
:
false
} ) →
Future
<
MediaStream
>
Gets a stream (video and or audio) from the local computer.
getBattery
( ) →
Future
getGamepads
( ) →
List
<
Gamepad
>
getStorageUpdates
( ) →
void
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