Results 221 - 240 of 1,719

Symbol.keyFor()

The Symbol.keyFor(sym) method retrieves a shared symbol key from the global symbol registry for the given symbol.
ECMAScript6 JavaScript Method Symbol

Symbol.prototype.toSource()

The toSource() method returns a string representing the source code of the object.
JavaScript Method Prototype Symbol

DOMApplicationsRegistry.install()

Triggers the installation of an app. During the installation process, the app is validated and the user is prompted to approve the installation.
API Apps Apps API Method

ChildNode.remove()

The ChildNode.remove() method removes the object from the tree it belongs to.
API ChildNode DOM Experimental Method

Document.createCDATASection()

createCDATASection() creates a new CDATA section node, and returns it.
API DOM Method Reference Référence

Document.createComment()

createComment() creates a new comment node, and returns it.
API DOM Method Reference Référence

Document.createElementNS()

Creates an element with the specified namespace URI and qualified name.
API DOM Method Reference Référence

Document.createEvent()

Creates an event of the type specified. The returned object should be first initialized and can then be passed to element.dispatchEvent.
API DOM Method Reference Référence

Document.createExpression()

This method compiles an XPathExpression which can then be used for (repeated) evaluations.
API DOM Method Reference Référence

Document.evaluate()

Returns an XPathResult based on an XPath expression and other given parameters.
API DOM Method Reference XPath

Document.getElementsByTagName()

Returns an HTMLCollection of elements with the given tag name. The complete document is searched, including the root node. The returned HTMLCollection is live, meaning that it updates itself automatically to stay in sync with the DOM tree without having to call document.getElementsByTagName() again.
API DOM Method Reference Référence

Document.open()

The Document.open() method opens a document for writing.
API DOM Method Reference Référence

Document.queryCommandEnabled()

The Document.queryCommandEnabled() method reports whether or not the specified editor command is enabled by the browser.
CSS CSS Reference Document Method

Document.queryCommandSupported()

The Document.queryCommandSupported() method reports whether or not the specified editor command is supported by the browser.
API DOM editor Method Reference