Results 141 - 160 of 209

Storage.length

The length read-only property of the Storage interface returns an integer representing the number of data items stored in the Storage object.
API Property Read-only Reference Référence Storage Web Storage

UIEvent.isChar

The UIEvent.isChar read-only property returns a Boolean indicating whether the event produced a key character or not.
API DOM Property Read-only Reference Référence UIEvent

UIEvent.view

The UIEvent.view read-only property returns the WindowProxy object from which the event was generated. In browsers, this is the Window object the event happened in.
API DOM NeedsLiveExample Property Read-only Reference Référence UIEvent

URL.origin

The URL.origin read-only property returns a USVString containing the Unicode serialization of the origin of the represented URL, that is:
API Property Read-only Reference URL url URL API