Navigator

Undocumented in source.
@safe nothrow
struct Navigator {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

activeVRDisplays
auto activeVRDisplays()
Undocumented in source. Be warned that the author may not have intended to support it.
appCodeName
string appCodeName()
Undocumented in source. Be warned that the author may not have intended to support it.
appName
string appName()
Undocumented in source. Be warned that the author may not have intended to support it.
appVersion
string appVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
buildID
string buildID()
Undocumented in source. Be warned that the author may not have intended to support it.
checkProtocolHandlerAllowed
void checkProtocolHandlerAllowed(string scheme, URI handlerURI, URI documentURI)
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.
connection
auto connection()
Undocumented in source. Be warned that the author may not have intended to support it.
cookieEnabled
bool cookieEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
credentials
auto credentials()
Undocumented in source. Be warned that the author may not have intended to support it.
doNotTrack
string doNotTrack()
Undocumented in source. Be warned that the author may not have intended to support it.
geolocation
auto geolocation()
Undocumented in source. Be warned that the author may not have intended to support it.
getBattery
auto getBattery()
Undocumented in source. Be warned that the author may not have intended to support it.
getGamepads
auto getGamepads()
Undocumented in source. Be warned that the author may not have intended to support it.
getVRDisplays
auto getVRDisplays()
Undocumented in source. Be warned that the author may not have intended to support it.
hardwareConcurrency
uint hardwareConcurrency()
Undocumented in source. Be warned that the author may not have intended to support it.
isWebVRContentDetected
bool isWebVRContentDetected()
Undocumented in source. Be warned that the author may not have intended to support it.
isWebVRContentPresenting
bool isWebVRContentPresenting()
Undocumented in source. Be warned that the author may not have intended to support it.
javaEnabled
bool javaEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
language
Optional!(string) 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
int maxTouchPoints()
Undocumented in source. Be warned that the author may not have intended to support it.
mediaCapabilities
auto mediaCapabilities()
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.
mozGetUserMedia
void mozGetUserMedia(MediaStreamConstraints constraints, NavigatorUserMediaSuccessCallback successCallback, NavigatorUserMediaErrorCallback errorCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetUserMediaDevices
void mozGetUserMediaDevices(MediaStreamConstraints constraints, MozGetUserMediaDevicesSuccessCallback onsuccess, NavigatorUserMediaErrorCallback onerror, uint innerWindowID, string callID)
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetUserMediaDevices
void mozGetUserMediaDevices(MediaStreamConstraints constraints, MozGetUserMediaDevicesSuccessCallback onsuccess, NavigatorUserMediaErrorCallback onerror, uint innerWindowID)
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetUserMediaDevices
void mozGetUserMediaDevices(MediaStreamConstraints constraints, MozGetUserMediaDevicesSuccessCallback onsuccess, NavigatorUserMediaErrorCallback onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
mozTCPSocket
auto mozTCPSocket()
Undocumented in source. Be warned that the author may not have intended to support it.
onLine
bool onLine()
Undocumented in source. Be warned that the author may not have intended to support it.
oscpu
string 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
string 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.
presentation
auto presentation()
Undocumented in source. Be warned that the author may not have intended to support it.
product
string product()
Undocumented in source. Be warned that the author may not have intended to support it.
productSub
string productSub()
Undocumented in source. Be warned that the author may not have intended to support it.
registerContentHandler
void registerContentHandler(string mimeType, string url, string title)
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.
requestGamepadServiceTest
auto requestGamepadServiceTest()
Undocumented in source. Be warned that the author may not have intended to support it.
requestMIDIAccess
auto requestMIDIAccess(MIDIOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
requestMIDIAccess
auto requestMIDIAccess()
Undocumented in source. Be warned that the author may not have intended to support it.
requestMediaKeySystemAccess
auto requestMediaKeySystemAccess(string keySystem, Sequence!(MediaKeySystemConfiguration) supportedConfigurations)
Undocumented in source. Be warned that the author may not have intended to support it.
requestVRPresentation
void requestVRPresentation(VRDisplay display)
Undocumented in source. Be warned that the author may not have intended to support it.
requestVRServiceTest
auto requestVRServiceTest()
Undocumented in source. Be warned that the author may not have intended to support it.
sendBeacon
bool sendBeacon(string url, Optional!(T1) data)
Undocumented in source. Be warned that the author may not have intended to support it.
sendBeacon
bool sendBeacon(string url)
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.
setVibrationPermission
void setVibrationPermission(bool permitted, bool persistent)
Undocumented in source. Be warned that the author may not have intended to support it.
setVibrationPermission
void setVibrationPermission(bool permitted)
Undocumented in source. Be warned that the author may not have intended to support it.
storage
auto storage()
Undocumented in source. Be warned that the author may not have intended to support it.
taintEnabled
bool taintEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
userAgent
string userAgent()
Undocumented in source. Be warned that the author may not have intended to support it.
vendor
string vendor()
Undocumented in source. Be warned that the author may not have intended to support it.
vendorSub
string vendorSub()
Undocumented in source. Be warned that the author may not have intended to support it.
vibrate
bool vibrate(uint duration)
Undocumented in source. Be warned that the author may not have intended to support it.
vibrate
bool vibrate(Sequence!(uint) pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
webdriver
bool webdriver()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta