Results 261 - 280 of 2,240

Navigator.productSub

The Navigator.productSub read-only property returns the build number of the current browser.
API DOM Property Read-only

NavigatorPlugins.plugins

Returns a PluginArray object, listing the plugins installed in the application.
API NavigatorPlugins Property Reference Référence

Node.firstChild

The Node.firstChild read-only property returns the node's first child in the tree, or null if the node is childless. If the node is a Document, it returns the first node in the list of its direct children.
API DOM Gecko Node Property

Node.nextSibling

The Node.nextSibling read-only property returns the node immediately following the specified one in its parent's childNodes list, or null if the specified node is the last node in that list.
API DOM Gecko Node Property

Node.ownerDocument

The Node.ownerDocument read-only property returns the top-level document object for this node.
API DOM Gecko NeedsBrowserCompatibility Property

Node.parentElement

The Node.parentElement read-only property returns the DOM node's parent Element, or null if the node either has no parent, or its parent isn't a DOM Element.
API DOM NeedsBrowserCompatibility Node Property

Node.parentNode

The Node.parentNode read-only property returns the parent of the specified node in the DOM tree.
API DOM Gecko NeedsBrowserCompatibility Property

timestamp

The timestamp read-only property of the Notification interface returns a DOMTimeStamp, as specified in the timestamp option of the Notification() constructor.
API Notifications Property Reference timeStamp

Performance.onresourcetimingbufferfull

The onresourcetimingbufferfull property is an event handler that will be called when the resourcetimingbufferfull event is fired. This event is fired when the browser's resource timing performance buffer is full.
API Property Reference Web Peformance

PerformanceEntry.duration

The duration property returns a timestamp that is the duration of the performance entry.
API Property Reference Web Performance

PerformanceEntry.entryType

The entryType property returns the performance entry's type. The valid entryType values are:
API Property Reference Web Performance

PerformanceEntry.name

The name property returns the name given to a performance entry when the entry was created (for example by calling performance.mark()).
API Property Reference Web Performance

PerformanceEntry.startTime

The startTime property returns the first recorded timestamp of the performance entry.
API Property Reference Web Performance

PerformanceNavigationTiming.domComplete

The domComplete property returns a timestamp representing the time value equal to the time immediately before the user agent sets the current document readiness of the current document to complete.
API Property Reference Web Performance

PerformanceNavigationTiming.domContentLoadedEventEnd

The domContentLoadedEventEnd property returns a timestamp representing the time value equal to the time immediately after the current document's DOMContentLoaded event completes.
API Property Reference Web Performance

PerformanceNavigationTiming.domContentLoadedEventStart

The domContentLoadedEventStart property returns a timestamp representing the time value equal to the time immediately before the user agent fires the DOMContentLoaded event at the current document.
API Property Reference Web Performance

PerformanceNavigationTiming.domInteractive

The domInteractive property returns a timestamp representing the time value equal to the time immediately before the user agent sets the current document readiness of the current document to interactive.
API Property Reference Web Performance

PerformanceNavigationTiming.loadEventEnd

The loadEventEnd property returns a timestamp which is equal to the time when the load event of the current document is completed.
API Property Reference Web Performance