Results 41 - 60 of 209

Touch.pageY

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

UIEvent.detail

The UIEvent.detail read-only property, when non-zero, provides the current (or next, depending on the event) click count.
API DOM Property Read-only Reference

WebGLContextEvent.statusMessage

The read-only WebGLContextEvent.statusMessage property contains additional event status information, or is an empty string if no additional information is available.
API Property Read-only Reference WebGL WebGLContextEvent

WebGLRenderingContext.drawingBufferHeight

The read-only WebGLRenderingContext.drawingBufferHeight property represents the actual height of the current drawing buffer. It should match the height attribute of the <canvas> element associated with this context, but might differ if the implementation is not able to provide the requested height.
API Property Read-only Reference WebGL WebGLRenderingContext

WebGLRenderingContext.drawingBufferWidth

The read-only WebGLRenderingContext.drawingBufferWidth property represents the actual width of the current drawing buffer. It should match the width attribute of the <canvas> element associated with this context, but might differ if the implementation is not able to provide the requested width.
API Property Read-only Reference WebGL WebGLRenderingContext

XMLHttpRequest.upload

The XMLHttpRequest.upload property returns an XMLHttpRequestUpload object, representing the upload process. It is an opaque object, but being an XMLHttpRequestEventTarget, event listeners can be set on it to track its process.
AJAX API Property Read-only Reference XMLHttpRequest

Crypto.subtle

The Crypto.subtle read-only property returns a SubtleCrypto object allowing to perform cryptographical operations.
API Cryptography Property Read-only Reference Référence Web Crypto API

CryptoKey.algorithm

The CryptoKey.algorithm read-only property is an opaque value containing all the information about the algorithm related to the key.
API CryptoKey Property Read-only Reference Référence Web Crypto API

CryptoKey.extractable

The CryptoKey.extractable read-only property that indicates if the raw material key can be extracted, for example for archiving it.
API CryptoKey Property Read-only Reference Référence Web Crypto API

CryptoKey.type

The CryptoKey.type read-only property that indicates the type of the key: if it is the key for a symmetric algorithm ("secret") or for an asymmetric algorithm ("public" or "private", depending of its purpose).
API CryptoKey Property Read-only Reference Référence Web Crypto API

CryptoKey.usages

The CryptoKey.usages read-only property is an array of enumerated that indicates the purposes of the key.
API CryptoKey Property Read-only Reference Référence Web Crypto API

CSSValue.cssValueType

The cssValueType read-only property of the CSSValue interface represents the type of the current computed CSS property value.
API CSSValue cssValueType NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Read-only Reference

CSSValueList.length

The length read-only property of the CSSValueList interface represents the number of CSSValues in the list. The range of valid values of the indices is 0 to length-1 inclusive.
API CSSValueList length NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Property Read-only Reference

Document.fullscreen

The Document.fullscreen read-only property reports whether or not the document is currently displaying content in fullscreen mode.
API Document Fullscreen API Property Read-only Reference

Document.fullscreenElement

The Document.fullscreenElement read-only property returns the Element that is currently being presented in full-screen mode in this document, or null if full-screen mode is not currently in use.
API Document Fullscreen API Property Read-only Reference

Document.fullscreenEnabled

The Document.fullscreenEnabled read-only property returns a Boolean that reports whether or not full-screen mode is available. Full screen mode is available only for a page that has no windowed plug-ins in any of its documents, and if all <iframe> elements which contain the document have their allowfullscreen attribute set.
API Document Fullscreen API Property Read-only Reference

Document.location

The Document.location read-only property returns a Location object, which contains information about the URL of the document and provides methods for changing that URL and loading another URL.
API Document HTML DOM Property Read-only Reference Référence