Navigator

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

appCodeName
auto appCodeName()
Undocumented in source. Be warned that the author may not have intended to support it.
appName
auto appName()
Undocumented in source. Be warned that the author may not have intended to support it.
appVersion
auto appVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
clipboard
auto clipboard()
Undocumented in source. Be warned that the author may not have intended to support it.
cookieEnabled
auto cookieEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
getUserMedia
void getUserMedia(MediaStreamConstraints constraints, NavigatorUserMediaSuccessCallback successCallback, NavigatorUserMediaErrorCallback errorCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
hardwareConcurrency
auto hardwareConcurrency()
Undocumented in source. Be warned that the author may not have intended to support it.
javaEnabled
auto javaEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
language
auto language()
Undocumented in source. Be warned that the author may not have intended to support it.
languages
auto languages()
Undocumented in source. Be warned that the author may not have intended to support it.
maxTouchPoints
auto maxTouchPoints()
Undocumented in source. Be warned that the author may not have intended to support it.
mediaDevices
auto mediaDevices()
Undocumented in source. Be warned that the author may not have intended to support it.
mimeTypes
auto mimeTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
onLine
auto onLine()
Undocumented in source. Be warned that the author may not have intended to support it.
oscpu
auto oscpu()
Undocumented in source. Be warned that the author may not have intended to support it.
permissions
auto permissions()
Undocumented in source. Be warned that the author may not have intended to support it.
platform
auto platform()
Undocumented in source. Be warned that the author may not have intended to support it.
plugins
auto plugins()
Undocumented in source. Be warned that the author may not have intended to support it.
product
auto product()
Undocumented in source. Be warned that the author may not have intended to support it.
productSub
auto productSub()
Undocumented in source. Be warned that the author may not have intended to support it.
registerProtocolHandler
void registerProtocolHandler(string scheme, string url, string title)
Undocumented in source. Be warned that the author may not have intended to support it.
serviceWorker
auto serviceWorker()
Undocumented in source. Be warned that the author may not have intended to support it.
taintEnabled
auto taintEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
unregisterProtocolHandler
void unregisterProtocolHandler(string scheme, string url)
Undocumented in source. Be warned that the author may not have intended to support it.
userAgent
auto userAgent()
Undocumented in source. Be warned that the author may not have intended to support it.
vendor
auto vendor()
Undocumented in source. Be warned that the author may not have intended to support it.
vendorSub
auto vendorSub()
Undocumented in source. Be warned that the author may not have intended to support it.
vibrate
auto vibrate(VibratePattern pattern)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta