Results 221 - 240 of 1,033

Web audio spatialization basics

The easiest use case to imagine for this capability is realistic alterations in how an audio source will sound as you move around it in a 3D environment like a first-person game.
Guide PannerNode panning Web Audio API

Supported algorithms

Different algorithms are supported for the different functions provided by the Web Crypto API. Also, depending of the context, these algorithms needs parameters or they will raise a SyntaxError. This pages lists the context, the available algorithms and the required parameters.
API Reference Référence Web Crypto API

WindowBase64.btoa()

The WindowBase64.btoa() method creates a base-64 encoded ASCII string from a String object in which each character in the string is treated as a byte of binary data.
API data Method Reference Strings strings Web

WindowEventHandlers.onstorage

The WindowEventHandlers.onstorage property contains an event handler that runs when the storage event fires. This occurs when a storage area is changed (e.g. a new item is stored.)
API Property Reference Web Storage WindowEventHandlers

Worker()

The Worker() constructor creates a Worker object that executes the script at the specified URL. This script must obey the same-origin policy.
API Constructor Reference Référence Web Workers Worker

WorkerGlobalScope.dump()

The dump() method of the WorkerGlobalScope interface allows you to write a message to stdout — i.e. in your terminal, in Firefox only. This is the same as Firefox's window.dump, but for workers.
API dump Method Reference Web Workers WorkerGlobalScope

XDomainRequest

XDomainRequest is an implementation of HTTP access control (CORS) that worked in Internet Explorer 8 and 9. It was removed in Internet Explorer 10 in favor of using XMLHttpRequest with proper CORS; if you are targeting Internet Explorer 10 or later, or wish to support any other browser, you need to use standard HTTP access control.
AJAX API IE JavaScript Microsoft Obsolete Web

XMLHttpRequest

XMLHttpRequest is an API that provides client functionality for transferring data between a client and a server. It provides an easy way to retrieve data from a URL without having to do a full page refresh. This enables a Web page to update just a part of the page without disrupting what the user is doing.  XMLHttpRequest is used heavily in AJAX programming.
AJAX API HTTP Interface Reference Web XHR

XMLHttpRequestEventTarget.onabort

The XMLHttpRequestEventTarget.onabort is the function called when an XMLHttpRequest transaction is aborted, such as when the XMLHttpRequest.abort() function is called.
API Event Handler Property Reference Web XHMLHttpRequestEventTarget

XMLHttpRequestEventTarget.onerror

The XMLHttpRequestEventTarget.onerror is the function called when an XMLHttpRequest transaction fails due to an error.
API Event Handler Property Reference Web XMLHttpRequestEventTarget

XMLHttpRequestEventTarget.onload

The XMLHttpRequestEventTarget.onload is the function called when an XMLHttpRequest transaction completes successfully.
API Event Handler Property Reference Web XMLHttpRequestEventTarget

XMLHttpRequestEventTarget.onloadstart

The XMLHttpRequestEventTarget.onloadstart is the function called when an XMLHttpRequest transaction starts transferring data.
API Event Handler Property Reference Web XMLHttpRequestEventTarget

XMLHttpRequestEventTarget.onprogress

The XMLHttpRequestEventTarget.onprogress is the function called periodically with information when an XMLHttpRequest before success completely .
Event Handler Property Reference Web XHR XMLHttpRequestEventTarget

Block-level elements

HTML (Hypertext Markup Language) elements are usually either "block-level" elements or "inline" elements. A block-level element occupies the entire space of its parent element (container), thereby creating a "block." This article helps to explain what this means.
Beginner beginner Development Guide HTML HTML5 Web

Content categories

Each HTML element must abide by rules defining what kind of content it can have. These rules are grouped into content models common to several elements. Each HTML element belongs to zero, one, or multiple content models, each setting rules that the element's content must follow in an HTML-conformant document.
Advanced Guide HTML HTML5 NeedsUpdate Web

<address>

The HTML <address> element supplies contact information for its nearest <article> or <body> ancestor; in the latter case, it applies to the whole document.
Element HTML HTML sections Reference Web

<applet>

The HTML Applet Element (<applet>) identifies the inclusion of a Java applet.
Element Élément HTML Obsolete Reference Référence Web

<area>

The HTML <area> element defines a hot-spot region on an image, and optionally associates it with a hypertext link. This element is used only within a <map> element.
Content Element embedded HTML Multimedia Reference Web