Results 21 - 25 of 25

DataTransferItemList.length

The read-only DataTransferItemList.length property returns the number of items in the list. If the list has no items, or is disabled (because it has no data store at all), this property returns zero.
API DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API length NeedsLiveSample Property Reference

DataTransferItemList.remove()

The DataTransferItemList.remove() method removes the DataTransferItem at the specified index from the list. If the index is less than zero or greater than one less than the length of the list, the list will not be changed.
API DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference remove

Window.fullScreen

This property indicates whether the window is displayed in full screen mode or not. It is only reliable in Gecko 1.9 (Firefox 3) and later, see the Notes below.
API DOM_0 HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Référence Window

Window.scrollMaxY

Returns the maximum number of pixels that the document can be scrolled vertically.
API DOM_0 HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Non-standard Property Reference Référence Window