Results 1421 - 1440 of 1,719

Window.scroll()

Scrolls the window to a particular place in the document.
API CSSOM View Method NeedsCompatTable NeedsMarkupWork Reference Référence

Window.scrollTo()

Scrolls to a particular set of coordinates in the document.
API CSSOM View Method NeedsCompatTable NeedsMarkupWork Reference Référence

Window.setCursor()

Changes the cursor for the current window.
API DOM_0 Method Non-standard Reference Référence Window

WindowTimers.clearInterval()

Cancels a timed, repeating action which was previously established by a call to setInterval().
API clearInterval HTML DOM JavaScript timers Method Reference WindowTimers

Worker.postMessage()

The postMessage() method of the Worker interface sends a message to the worker's inner scope. This accepts a single parameter, which is the data to send to the worker. The data may be any value or JavaScript object handled by the structured clone algorithm, which includes cyclical references.
API JavaScript Method postMessage Reference Référence Web Workers Worker

Worker.terminate()

The terminate() method of the Worker interface immediately terminates the Worker. This does not offer the worker an opportunity to finish its operations; it is simply stopped at once.
API Method Reference Référence terminate Web Workers Worker

WorkerGlobalScope.close()

The close() method of the WorkerGlobalScope interface discards any tasks queued in the WorkerGlobalScope's event loop, effectively closing this particular scope.
API close Method Reference Référence Web Workers WorkerGlobalScope

WorkerGlobalScope.importScripts()

The importScripts() method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker's scope.
API importScripts Method Reference Référence Web Workers WorkerGlobalScope

XMLDocument.load()

document.load() is a part of an old version of the W3C DOM Level 3 Load & Save module. Can be used with document.async to indicate whether the request is synchronous or asynchronous (the default). As of at least Gecko 1.9, this no longer supports cross-site loading of documents (Use XMLHttpRequest instead).
API Deprecated DOM Experimental Expérimental Method Reference Référence

XMLHttpRequest.abort()

The XMLHttpRequest.abort() method aborts the request if it has already been sent. When a request is aborted, its readyState is set to 0 (UNSENT), but the readystatechange event is not fired.
abort AJAX API HTTP HttpRequest Method Reference XHR XMLHttpRequest

Object.is()

The Object.is() method determines whether two values are the same value.
Comparison Condition Conditional ECMAScript6 Equality JavaScript Method Object

RegExp.prototype.compile()

The deprecated compile() method is used to (re-)compile a regular expression during execution of a script. It is basically the same as the RegExp constructor.
Deprecated JavaScript Method Prototype Reference RegExp Regular Expressions

String.prototype.anchor()

The anchor() method creates an <a> HTML anchor element that is used as a hypertext target.
HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.big()

The big() method creates a <big> HTML element that causes a string to be displayed in a big font.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.blink()

The blink() method creates a <blink> HTML element that causes a string to blink.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String