Results 101 - 120 of 1,752

NamedNodeMap.getNamedItem()

The NamedNodeMap.getNamedItem() method returns the Attr corresponding to the given name, or null if there is no corresponding attribute.
DOM Method NamedNodeMap Reference Référence

Navigator.oscpu

Returns a string that identifies the current operating system.
API Gecko Property Reference Référence

NavigatorPlugins.plugins

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

NonDocumentTypeChildNode

The NonDocumentTypeChildNode interface contains methods that are particular to Node objects that can have a parent, but not suitable for DocumentType.
API DOM Interface Reference Référence

PageTransitionEvent

Page transition events fire when a webpage is being loaded or unloaded.
API Interface NeedsMarkupWork Reference Référence

RandomSource.getRandomValues()

The RandomSource.getRandomValues() method lets you get cryptographically random values. The array given as the parameter is filled with random numbers (random in its cryptographic meaning).
API Cryptography Method Reference Référence

RenderingContext

RenderingContext is a helper type representing any of the following rendering contexts CanvasRenderingContext2D, WebGLRenderingContext or WebGL2RenderingContext (which inherits from WebGLRenderingContext).
API Canvas Helper Reference Référence

Screen.mozEnabled

This Boolean attribute controls the device's screen. Setting it to false will turn off the screen.
API DOM Property Reference Référence

Stylesheet.href

Returns the location of the stylesheet.
API CSSOM Property Reference Référence

StyleSheet.ownerNode

ownerNode returns the node that associates this style sheet with the document.
API CSSOM Property Reference Référence

StyleSheet.parentStyleSheet

Returns the stylesheet that is including this one, if any.
API CSSOM Property Reference Référence

StyleSheet.title

title returns the advisory title of the current style sheet.
API CSSOM Property Reference Référence

StyleSheet.type

type specifies the style sheet language for this style sheet.
API CSSOM Property Reference Référence

TextMetrics

The TextMetrics interface represents the dimension of a text in the canvas, as created by the CanvasRenderingContext2D.measureText() method.
API Canvas Reference Référence TextMetrics

UIEvent()

The UIEvent() constructor creates a new UIEvent.
API Constructor Reference Référence UIEvent

Window.getDefaultComputedStyle()

getDefaultComputedStyle() gives the default computed values of all the CSS properties of an element, ignoring author styling.  That is, only user-agent and user styles are taken into account.
API CSS Method Reference Référence

Window.postMessage()

The window.postMessage method safely enables cross-origin communication. Normally, scripts on different pages are allowed to access each other if and only if the pages that executed them are at locations with the same protocol (usually both https), port number (443 being the default for https), and host (modulo document.domain being set by both pages to the same value). window.postMessage provides a controlled mechanism to circumvent this restriction in a way which is secure when properly used.
API DOM Method Reference Référence

Window.setImmediate()

This method is used to break up long running operations and run a callback function immediately after the browser has completed other operations such as events and display updates.
API DOM Method Reference Référence