|
ReadonlyArray< VRDisplay > * | get_activeVRDisplays () |
|
WebAuthentication * | get_authentication () |
|
bool | get_cookieEnabled () |
|
String * | get_doNotTrack () |
|
String * | get_gamepadInputEmulation () |
|
void | set_gamepadInputEmulation (const String &) |
|
Geolocation * | get_geolocation () |
|
double | get_maxTouchPoints () |
|
MimeTypeArray * | get_mimeTypes () |
|
bool | get_msManipulationViewsEnabled () |
|
double | get_msMaxTouchPoints () |
|
bool | get_msPointerEnabled () |
|
PluginArray * | get_plugins () |
|
bool | get_pointerEnabled () |
|
ServiceWorkerContainer * | get_serviceWorker () |
|
bool | get_webdriver () |
|
Array * | getGamepads () |
|
Promise * | getVRDisplays () |
|
bool | javaEnabled () |
|
void | msLaunchUri (const String &uri) |
|
void | msLaunchUri (const String &uri, EventListener *successCallback) |
|
void | msLaunchUri (const String &uri, EventListener *successCallback, EventListener *noHandlerCallback) |
|
Promise * | requestMediaKeySystemAccess (const String &keySystem, Array *supportedConfigurations) |
|
bool | vibrate (double pattern) |
|
bool | vibrate (Array *pattern) |
|
Navigator * | get_prototype () |
|
void | set_prototype (Navigator *) |
|
| Navigator () |
|
String * | get_appCodeName () |
|
String * | get_appName () |
|
String * | get_appVersion () |
|
String * | get_platform () |
|
String * | get_product () |
|
String * | get_productSub () |
|
String * | get_userAgent () |
|
String * | get_vendor () |
|
String * | get_vendorSub () |
|
| Object () |
|
template<typename T > |
T | valueOf () |
|
| operator double () const |
|
Object * | operator[] (const client::String &name) const |
|
void | set_ (const client::String &name, Object *v) |
|
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
void | set_ (const client::String &name, T v) |
|
bool | hasOwnProperty (const client::String &name) |
|
bool | get_onLine () |
|
bool | confirmSiteSpecificTrackingException (ConfirmSiteSpecificExceptionsInformation *args) |
|
bool | confirmWebWideTrackingException (ExceptionInformation *args) |
|
void | removeSiteSpecificTrackingException (ExceptionInformation *args) |
|
void | removeWebWideTrackingException (ExceptionInformation *args) |
|
void | storeSiteSpecificTrackingException (StoreSiteSpecificExceptionsInformation *args) |
|
void | storeWebWideTrackingException (StoreExceptionsInformation *args) |
|
bool | msSaveBlob (Object *blob) |
|
bool | msSaveBlob (Object *blob, const String &defaultName) |
|
bool | msSaveOrOpenBlob (Object *blob) |
|
bool | msSaveOrOpenBlob (Object *blob, const String &defaultName) |
|
bool | sendBeacon (const String &url) |
|
bool | sendBeacon (const String &url, Blob *data) |
|
bool | sendBeacon (const String &url, Int8Array *data) |
|
bool | sendBeacon (const String &url, Int16Array *data) |
|
bool | sendBeacon (const String &url, Int32Array *data) |
|
bool | sendBeacon (const String &url, Uint8Array *data) |
|
bool | sendBeacon (const String &url, Uint16Array *data) |
|
bool | sendBeacon (const String &url, Uint32Array *data) |
|
bool | sendBeacon (const String &url, Uint8ClampedArray *data) |
|
bool | sendBeacon (const String &url, Float32Array *data) |
|
bool | sendBeacon (const String &url, Float64Array *data) |
|
bool | sendBeacon (const String &url, DataView *data) |
|
bool | sendBeacon (const String &url, ArrayBuffer *data) |
|
bool | sendBeacon (const String &url, FormData *data) |
|
bool | sendBeacon (const String &url, const String &data) |
|
double | get_hardwareConcurrency () |
|
MediaDevices * | get_mediaDevices () |
|
Promise * | getDisplayMedia (MediaStreamConstraints *constraints) |
|
void | getUserMedia (MediaStreamConstraints *constraints, EventListener *successCallback, EventListener *errorCallback) |
|
String * | get_language () |
|
ReadonlyArray< String > * | get_languages () |
|