Results 581 - 600 of 631

Image()

Accepts two optional parameters: Image([unsigned long width, unsigned long height])
API Constructor HTML DOM HTMLImageElement NeedsBrowserCompatibility NeedsContent NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLInputElement.multiple

The HTMLInputElement.multiple property indicates if an input can have more than one value. Firefox currently only supports multiple for <input type="file">.
API HTML DOM HTMLInputElement NeedsBrowserAgnosticism NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.rows

The HTMLTableElement.rows read-only property returns a live HTMLCollection of all the rows in the table. The rows included in the associated <thead>, <tfoot> and <tbody> elements.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Read-only Reference Référence

NavigatorConcurrentHardware

The NavigatorConcurrentHardware mixin adds to the Navigator interface features which allow Web content to determine how many logical processors the user has available, in order to let content and Web apps optimize their operations to best take advantage of the user's CPU.
API Concurrency HTML DOM Interface Navigator NavigatorConcurrentHardware NeedsBrowserCompatibility Reference Threading Threads WorkerNavigator Workers

PromiseRejectionEvent.promise

The PromiseRejectionEvent.promise read-only property indicates the JavaScript Promise which has been rejected. You can examine the event's PromiseRejectionEvent.reason property to learn why the promise was rejected.
API events Events HTML DOM JavaScript Promise PromiseRejectionEvent Promises Property Reference

PromiseRejectionEvent.reason

The PromiseRejectionEvent.reason read-only property is any JavaScript value or Object which provides the reason passed into Promise.reject(). This in theory provides information about why the promise was rejected.
API Events events HTML DOM JavaScript PromiseRejectionEvent Promises Property reason Reference

Selection.anchorNode

The Selection.anchorNode read-only property returns the Node in which the selection begins.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.anchorOffset

The Selection.anchorOffset read-only property returns the number of characters that the selection's anchor is offset within the Selection.anchorNode.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.focusNode

Selection.focusNode read-only property returns the Node, in which selection ends.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.focusOffset

The Selection.focusOffset read-only property returns the number of characters that the selection's focus is offset within the Selection.focusNode.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.isCollapsed

The Selection.isCollapsed read-only property returns a Boolean which indicates whether or not there is currently any text selected; That is to say that the selection's start and end points are at the same position in the content.
API DOM Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.rangeCount

The Selection.rangeCount read-only property returns the number of ranges in the selection.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection