Articles tagged: Expérimental
Found 259 documents
- Web/API/Animation/reverse None.
- Web/API/Animation/startTime The Animation.startTime property of the Animation interface returns or sets the scheduled time ...
- Web/API/AnimationEvent/AnimationEvent The AnimationEvent() constructor returns a newly created AnimationEvent, representing an event ...
- Web/API/Blob/Blob The Blob() constructor returns a new Blob object. The content of the blob consists of the ...
- Web/API/BlobEvent The BlobEvent interface represents events associated with a Blob. These blobs are typically, but ...
- Web/API/BlobEvent/BlobEvent The BlobEvent() constructor returns a newly created BlobEvent object with an associated Blob.
- Web/API/BlobEvent/data The BlobEvent.data read-only property represents a Blob associated with the event.
- Web/API/Body/arrayBuffer The arrayBuffer() method of the Body mixin takes a Response stream and reads it to completion. ...
- Web/API/Cache/add The add() method of the Cache interface takes a URL, retrieves it and adds the resulting ...
- Web/API/Cache/put The put() method of the Cache interface allows key/value pairs to be added to the current Cache ...
- Web/API/CacheStorage The CacheStorage interface represents the storage for Cache objects. It provides a master ...
- Web/API/CacheStorage/delete The delete () method of the CacheStorage interface finds the Cache object matching the ...
- Web/API/CacheStorage/has The has() method of the CacheStorage interface returns a Promise that resolves to true if a ...
- Web/API/CacheStorage/keys The keys () method of the CacheStorage interface returns a Promise that will resolve with an ...
- Web/API/CacheStorage/open The open() method of the CacheStorage interface returns a Promise that resolves to the Cache ...
- Web/API/CanvasPattern/setTransform The CanvasPattern.setTransform() method uses an SVGMatrix object as the pattern's transformation ...
- Web/API/CanvasRenderingContext2D/imageSmoothingEnabled The CanvasRenderingContext2D.imageSmoothingEnabled property of the Canvas 2D API can be set to ...
- Web/API/CanvasRenderingContext2D/removeHitRegion The CanvasRenderingContext2D.removeHitRegion() method of the Canvas 2D API removes a given hit ...
- Web/API/CanvasRenderingContext2D/resetTransform The CanvasRenderingContext2D.resetTransform() method of the Canvas 2D API resets the current ...
- Web/API/CaretPosition The CaretPosition interface represents the caret postion, an indicator for the text insertion ...
- Web/API/Client/url The url read-only property of the Client interface returns the URL of the current service worker ...
- Web/API/Clients The Clients interface of the Service Workers API represents a container for a list of Client ...
- Web/API/Clients/matchAll The matchAll() method of the Clients interface returns a Promise for a list of service worker ...
- Web/API/Clients/openWindow The openWindow() method of the Clients interface creates a new top level browsing context and ...
- Web/API/ClipboardEvent/ClipboardEvent The ClipboardEvent() constructor returns a newly created ClipboardEvent, representing an event ...
- Web/API/CSSNamespaceRule The CSSNamespaceRule interface describes an object representing a single CSS @namespace at-rule. ...
- Web/API/DeviceAcceleration A DeviceAcceleration object provides information about the amount of acceleration the device is ...
- Web/API/DeviceLightEvent The DeviceLightEvent provides web developers with information from photo sensors or similiar ...
- Web/API/DeviceMotionEvent The DeviceMotionEvent provides web developers with information about the speed of changes for ...
- Web/API/DeviceProximityEvent/max The max property provides the maximum sensing distance the sensor is able to report, in centimeters.
- Web/API/DeviceProximityEvent/min The min property provides the minimum distance the sensor can report, in centimeters.
- Web/API/DeviceProximityEvent/value The value property of DeviceProximityEvent objects provides the current distance between the ...
- Web/API/Document/caretRangeFromPoint The caretRangeFromPoint() method of the Document interface returns a Range object for the ...
- Web/API/Document/origin The Document.origin read-only property returns the document's origin. In most cases, this ...
- Web/API/DocumentFragment/DocumentFragment The DocumentFragment() constructor returns an empty newly created DocumentFragment object.
- Web/API/DOMImplementation/createHTMLDocument The DOMImplementation.createHTMLDocument() method creates a new HTML Document.
- Web/API/DOMMatrix The DOMMatrix interface represents 4x4 matrices, suitable for 2D and 3D operations.
- Web/API/DOMMatrixReadOnly The DOMMatrixReadOnly interface represents 4x4 matrices, suitable for 2D and 3D operations. If ...
- Web/API/DOMPoint A DOMPoint represents a 2D or 3D point in a coordinate system.
- Web/API/DOMPoint/DOMPoint The DOMPoint() constructor creates a new DOMPoint object.
- Web/API/DOMPointReadOnly The DOMPointReadOnly interface specifies the standard properties used by DOMPoint to define a 2D ...
- Web/API/DOMPointReadOnly/w The w read-only property of the DOMPointReadOnly interface represents the perspective of a point.
- Web/API/DOMPointReadOnly/x The x read-only property of the DOMPointReadOnly interface represents the x coordinate of a point.
- Web/API/DOMPointReadOnly/y The y read-only property of the DOMPointReadOnly interface represents the y coordinate of a point.
- Web/API/DOMPointReadOnly/z The z read-only property of the DOMPointReadOnly interface represents the z coordinate of a point.
- Web/API/DOMRect A DOMRect represents a rectangle.
- Web/API/DOMRect/DOMRect The DOMRect() constructor creates a new DOMRect object.
- Web/API/DOMRectReadOnly The DOMRectReadOnly interface specifies the standard properties used by DOMRect to define a ...
- Web/API/DOMRectReadOnly/bottom The bottom read-only property of the DOMRectReadOnly interface returns the bottom coordinate ...
- Web/API/DOMRectReadOnly/height The height read-only property of the DOMRectReadOnly interface represents the height of the DOMRect.
- Web/API/DOMRectReadOnly/left The left read-only property of the DOMRectReadOnly interface returns the left coordinate value ...
- Web/API/DOMRectReadOnly/right The right read-only property of the DOMRectReadOnly interface returns the right coordinate value ...
- Web/API/DOMRectReadOnly/top The top read-only property of the DOMRectReadOnly interface returns the top coordinate value of ...
- Web/API/DOMRectReadOnly/width The width read-only property of the DOMRectReadOnly interface represents the width of the DOMRect.
- Web/API/DOMRectReadOnly/x The x read-only property of the DOMRectReadOnly interface represents the x coordinate of the ...
- Web/API/DOMRectReadOnly/y The y read-only property of the DOMRectReadOnly interface represents the y coordinate of the ...
- Web/API/Element/requestPointerLock The Element.requestPointerLock() method allows to asynchronously ask for the pointer to be ...
- Web/API/Element/scrollIntoView The Element.scrollIntoView() method scrolls the current element into the visible area of the ...
- Web/API/ExtendableEvent/ExtendableEvent The ExtendableEvent() constructor creates a new ExtendableEvent object.
- Web/API/FetchEvent/client The FetchEvent.client read-only property returns the Client that the current service worker is ...
- Web/API/FetchEvent/isReload The isReload read-only property of the FetchEvent interface returns true if the event was ...
- Web/API/FetchEvent/request The request read-only property of the FetchEvent interface returns the Request that triggered ...
- Web/API/FetchEvent/respondWith The respondWith() method of the FetchEvent interface is intended for containing code that ...
- Web/API/FetchEvent_clone The InstallEvent interface represents an install action that is dispatched on the ...
- Web/API/Fetch_API/Using_Fetch This kind of functionality was previously achieved using XMLHttpRequest. Fetch provides a better ...
- Web/API/FocusEvent The FocusEvent interface represents focus-related events like focus, blur, focusin, or focusout.
- Web/API/FocusEvent/FocusEvent The FocusEvent() constructor returns a newly created FocusEvent object with an optional ...
- Web/API/FocusEvent/relatedTarget The FocusEvent.relatedTarget read-only property represents a secondary target for this event, ...
- Web/API/Headers/append The append() method of the Headers interface appends a new value onto an existing header inside ...
- Web/API/Headers/delete The delete() method of the Headers interface deletes a header from the current Headers object.
- Web/API/Headers/get The get() method of the Headers interface returns the first value of a given header from within ...
- Web/API/Headers/getAll The getAll() method of the Headers interface returns an array of all the values of a header ...
- Web/API/Headers/has The has() method of the Headers interface returns a boolean stating whether a Headers object ...
- Web/API/Headers/Headers The Headers() constructor creates a new Headers object.
- Web/API/Headers/set The set() method of the Headers interface sets a new value for an existing header inside a ...
- Web/API/HMDVRDevice The HMDVRDevice interface of the WebVR API represents a head mounted display, providing access ...
- Web/API/HMDVRDevice/getEyeParameters The getEyeParameters() method of the HMDVRDevice interface returns current parameters for the ...
- Web/API/HMDVRDevice/setFieldOfView The setFieldOfView() method of the HMDVRDevice interface can be used to set the field of view ...
- Web/API/HTMLElement/forceSpellCheck Forces a spelling and grammar check on HTML elements, even if the user has not focused on the ...
- Web/API/HTMLHyperlinkElementUtils/searchParams The URLUtils.searchParams property is a URLSearchParams containing the query/search parameters ...
- Web/API/HTMLPictureElement The HTMLPictureElement interface represents a picture HTML element. It doesn't implement ...
- Web/API/HTMLVideoElement/getVideoPlaybackQuality The HTMLVideoElement.getVideoPlaybackQuality() creates and returns a VideoPlaybackQuality object ...
- Web/API/IDBCursorSync The IDBCursorSync interface of the IndexedDB API represents a cursor for iterating over multiple ...
- Web/API/IDBDatabaseSync The DatabaseSync interface in the IndexedDB API represents a synchronous connection to a database.
- Web/API/IDBEnvironmentSync The Unimplemented IDBEnvironmentSync interface of the IndexedDB API will be implemented by ...
- Web/API/IDBFactorySync The IDBFactorySync interface of the IndexedDB API provide a synchronous means of accessing the ...
- Web/API/IDBIndexSync The IDBIndexSync interface of the IndexedDB API provides synchronous access to an index in a ...
- Web/API/IDBTransactionSync The IDBTransactionSync interface of the IndexedDB API provides a synchronous transaction on a ...
- Web/API/ImageData/ImageData The ImageData() constructor returns a newly instantiated ImageData object build from the typed ...
- Web/API/InstallEvent/InstallEvent The InstallEvent() constructor creates a new InstallEvent object.
- Web/API/LocalMediaStream The LocalMediaStream interface represents a stream of media content fetched from a local data ...
- Web/API/MediaQueryList A MediaQueryList object maintains a list of media queries on a document, and handles sending ...
- Web/API/MediaSource The MediaSource interface represents a source of media data for an HTMLMediaElement object. A ...
- Web/API/MediaStreamEvent The MediaStreamEvent interface represents events that occurs in relation to a MediaStream. Two ...
- Web/API/MediaStreamEvent/MediaStreamEvent The MediaStreamEvent() constructor creates a new MediaStreamEvent.
- Web/API/MediaStreamEvent/stream The read-only property MediaStreamEvent.stream returns the MediaStream associated with the event.
- Web/API/MouseEvent/offsetY The MouseEvent.offsetY read-only property provides the offset in the Y coordinate of the mouse ...
- Web/API/Navigator/doNotTrack Returns the user's do-not-track setting. This is "1" if the user has requested not to be tracked ...
- Web/API/Navigator/getVRDisplays The getVRDisplays() method of the Navigator interface returns a promise that resolves to an ...
- Web/API/NavigatorLanguage/languages The NavigatorLanguage.languages read-only property returns an array of DOMString s representing ...