Results 21 - 40 of 206

MouseEvent.pageX

The MouseEvent.pageX read-only property returns the horizontal coordinate of the event relative to the whole document.
API DOM Property Read-only Reference

MouseEvent.pageY

The MouseEvent.pageY read-only property returns the vertical coordinate of the event relative to the whole document.
API DOM Property Read-only Reference

Navigator.mediaDevices

The Navigator.mediaDevices read-only property returns a MediaDevices object, which provides access to connected media input devices like cameras and microphones, as well as screensharing.
Navigator Property Read-only Reference Web

Navigator.vendor

Returns the name of the browser vendor for the current browser.
API HTML DOM Property Read-only

Navigator.vendorSub

The Navigator.vendorSub read-only property is the substring of the vendor having to do with the vendor version number.  The specification allows browsers to always return the empty string, so don't rely on this property to get a reliable answer.
API HTML DOM Property Read-only

NavigatorLanguage.language

The NavigatorLanguage.language read-only property returns a string representing the preferred language of the user, usually the language of the browser UI.
API Language NavigatorLanguage Property Read-only Reference

PerformanceNavigation.type

The PerformanceNavigation.type read-only property returns an unsigned short containing a constant describing how the navigation to this page was done. Possible values are:
API Navigation Timing PerformanceNavigation Property Read-only

PerformanceTiming.connectEnd

The PerformanceTiming.connectEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the connection is opened network. If the transport layer reports an error and the connection establishment is started again, the last connection establisment end time is given. If a persistent connection is used, the value will be the same as PerformanceTiming.fetchStart. A connection is considered as opened when all secure connection handshake, or SOCKS authentication, is terminated.
API Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.requestStart

The PerformanceTiming.requestStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the browser sent the request to obtain the actual document, from the server or from a cache. If the transport layer fails after the start of the request and the connection is reopened, this property will be set to the time corresponding to the new request.
API Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.secureConnectionStart

The PerformanceTiming.secureConnectionStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the secure connection handshake starts. If no such connection is requested, it returns 0.
API Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.unloadEventEnd

The PerformanceTiming.unloadEventEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the unload event handler finishes. If there is no previous document, or if the previous document, or one of the needed redirects, is not of the same origin, the value returned is 0.
API Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.unloadEventStart

The PerformanceTiming.unloadEventStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the unload event has been thrown. If there is no previous document, or if the previous document, or one of the needed redirects, is not of the same origin, the value returned is 0.
API Navigation Timing PerformanceTiming Property Read-only

Touch.clientX

The Touch.clientX read-only property returns the X coordinate of the touch point relative to the viewport, not including any scroll offset.
API Property Read-only Reference touch

Touch.clientY

The Touch.clientY read-only property returns the Y coordinate of the touch point relative to the browser's viewport, not including any scroll offset.
API Property Read-only Reference touch

Touch.pageX

The Touch.pageX read-only property returns the X coordinate of the touch point relative to the viewport, including any scroll offset.
API Property Read-only Reference touch