Articles tagged: API
Found 5012 documents
- Web/API/CanvasRenderingContext2D/rotate The CanvasRenderingContext2D.rotate() method of the Canvas 2D API adds a rotation to the ...
- Web/API/CanvasRenderingContext2D/save The CanvasRenderingContext2D.save() method of the Canvas 2D API saves the entire state of the ...
- Web/API/CanvasRenderingContext2D/scale The CanvasRenderingContext2D.scale() method of the Canvas 2D API adds a scaling transformation ...
- Web/API/CanvasRenderingContext2D/scrollPathIntoView The CanvasRenderingContext2D.scrollPathIntoView() method of the Canvas 2D API scrolls the ...
- Web/API/CanvasRenderingContext2D/setLineDash The setLineDash() method of the Canvas 2D API's CanvasRenderingContext2D interface sets the line ...
- Web/API/CanvasRenderingContext2D/setTransform The CanvasRenderingContext2D.setTransform() method of the Canvas 2D API resets (overrides) the ...
- Web/API/CanvasRenderingContext2D/shadowBlur The CanvasRenderingContext2D.shadowBlur property of the Canvas 2D API specifies the level of the ...
- Web/API/CanvasRenderingContext2D/shadowColor The CanvasRenderingContext2D.shadowColor property of the Canvas 2D API specifies the color of ...
- Web/API/CanvasRenderingContext2D/shadowOffsetX The CanvasRenderingContext2D.shadowOffsetX property of the Canvas 2D API specifies the distance ...
- Web/API/CanvasRenderingContext2D/shadowOffsetY The CanvasRenderingContext2D.shadowOffsetY property of the Canvas 2D API specifies the distance ...
- Web/API/CanvasRenderingContext2D/stroke The CanvasRenderingContext2D.stroke() method of the Canvas 2D API strokes the current or given ...
- Web/API/CanvasRenderingContext2D/strokeRect The CanvasRenderingContext2D.strokeRect() method of the Canvas 2D API paints a rectangle which ...
- Web/API/CanvasRenderingContext2D/strokeStyle The CanvasRenderingContext2D.strokeStyle property of the Canvas 2D API specifies the color or ...
- Web/API/CanvasRenderingContext2D/strokeText The CanvasRenderingContext2D.strokeText() method of the Canvas 2D API strokes — that is, draws ...
- Web/API/CanvasRenderingContext2D/textAlign The CanvasRenderingContext2D.textAlign property of the Canvas 2D API specifies the current text ...
- Web/API/CanvasRenderingContext2D/textBaseline The CanvasRenderingContext2D.textBaseline property of the Canvas 2D API specifies the current ...
- Web/API/CanvasRenderingContext2D/transform The CanvasRenderingContext2D.transform() method of the Canvas 2D API multiplies the current ...
- Web/API/CanvasRenderingContext2D/translate The CanvasRenderingContext2D.translate() method of the Canvas 2D API adds a translation ...
- Web/API/Canvas_API Added in HTML5, the HTML canvas element can be used to draw graphics via scripting in ...
- Web/API/CaretPosition The CaretPosition interface represents the caret postion, an indicator for the text insertion ...
- Web/API/CDATASection The CDATASection interface represents a CDATA section that can be used within XML to include ...
- Web/API/ChannelMergerNode If ChannelMergerNode has one single output, but as many inputs as there are channels to merge; ...
- Web/API/ChannelMergerNode/ChannelMergerNode The ChannelMergerNode() constructor creates a new ChannelMergerNode object instance.
- Web/API/ChannelSplitterNode If your ChannelSplitterNode always has one single input, the amount of outputs is defined by a ...
- Web/API/ChannelSplitterNode/ChannelSplitterNode The ChannelSplitterNode() constructor of the Web Audio API creates a new ChannelSplitterNode ...
- Web/API/Channel_Messaging_API The Channel Messaging API allows two separate scripts running in different browsing contexts ...
- Web/API/Channel_Messaging_API/Using_channel_messaging The Channel Messaging API allows two separate scripts running in different browsing contexts ...
- Web/API/CharacterData The CharacterData abstract interface represents a Node object that contains characters. This is ...
- Web/API/ChildNode The ChildNode interface contains methods that are particular to Node objects that can have a parent.
- Web/API/ChildNode/after The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of ...
- Web/API/ChildNode/before The ChildNode.before method inserts a set of Node or DOMString objects in the children list of ...
- Web/API/ChildNode/remove The ChildNode.remove() method removes the object from the tree it belongs to.
- Web/API/ChildNode/replaceWith The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent ...
- Web/API/ChromeWorker If you're developing privileged code, and would like to create a worker that can use js-ctypes ...
- Web/API/Client The Client interface represents an executable context such as a Worker, or a SharedWorker. ...
- Web/API/Client/frameType The frameType read-only property of the Client interface indicates the type of browsing context ...
- Web/API/Client/id The id read-only property of the Client interface returns the universally unique identifier ...
- Web/API/Client/postMessage The postMessage() method of Client allows a service worker to send a message to a client (a ...
- Web/API/Client/type The type read-only property of the Client interface indicates the type of client the service ...
- 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 provides access to Client objects. Access it via self.clients within a ...
- Web/API/Clients/claim The claim() method of the Clients allows an active service worker to set itself as the ...
- Web/API/Clients/get The get () method of the Clients interface gets a service worker client matching a given id and ...
- 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 The ClipboardEvent interface represents events providing information related to modification of ...
- Web/API/ClipboardEvent/clipboardData The ClipboardEvent.clipboardData property holds a DataTransfer object, which can be used:
- Web/API/ClipboardEvent/ClipboardEvent The ClipboardEvent() constructor returns a newly created ClipboardEvent, representing an event ...
- Web/API/CloseEvent A CloseEvent is sent to clients using WebSockets when the connection is closed. This is ...
- Web/API/CloseEvent/CloseEvent The CloseEvent() constructor creates a new CloseEvent.
- Web/API/Comment The Comment interface represents textual notations within markup; although it is generally not ...
- Web/API/Comment/Comment The Comment() constructor returns a newly created Comment object with the optional DOMString ...
- Web/API/CompositionEvent The DOM CompositionEvent represents events that occur due to the user indirectly entering text.
- Web/API/CompositionEvent/CompositionEvent The CompositionEvent() constructor creates a new CompositionEvent object instance.
- Web/API/CompositionEvent/data The data read-only property of the CompositionEvent interface returns the characters generated ...
- Web/API/CompositionEvent/initCompositionEvent The initCompositionEvent () method of the CompositionEvent interface initializes the attributes ...
- Web/API/CompositionEvent/locale The locale read-only property of the CompositionEvent interface Returns the locale of current ...
- Web/API/Connection/bandwidth The Connection.bandwidth read-only property is a double representing the estimated download ...
- Web/API/Connection/metered The Connection.metered read-only property is a Boolean flag indicating if the connection is ...
- Web/API/Connection/onchange The Connection.onchange property represent an event listener for change events. These events ...
- Web/API/Console The Console object provides access to the browser's debugging console (e.g. the Web Console in ...
- Web/API/console/assert Writes an error message to the console if the assertion is false. If the assertion is true, ...
- Web/API/Console/clear Clears the console.
- Web/API/Console/count Logs the number of times that this particular call to count() has been called. This function ...
- Web/API/Console/dir Displays an interactive list of the properties of the specified JavaScript object. The output is ...
- Web/API/Console/dirxml Displays an interactive tree of the descendant elements of the specified XML/HTML element. If it ...
- Web/API/Console/error Outputs an error message to the Web Console.
- Web/API/Console/group Creates a new inline group in the Web Console log. This indents following console messages by an ...
- Web/API/Console/groupCollapsed Creates a new inline group in the Web Console. Unlike console.group(), however, the new group is ...
- Web/API/Console/groupEnd Exits the current inline group in the Web Console. See Using groups in the console in the ...
- Web/API/Console/info Outputs an informational message to the Web Console. In Firefox and Chrome, a small "i" icon is ...
- Web/API/Console/log Outputs a message to the Web Console.
- Web/API/Console/profile Starts recording a performance profile (for example, the Firefox performance tool).
- Web/API/Console/profileEnd The profileEnd method stops recording a profile previously started with Console.profile().
- Web/API/Console/table Displays tabular data as a table.
- Web/API/Console/time Starts a timer you can use to track how long an operation takes. You give each timer a unique ...
- Web/API/Console/timeEnd Stops a timer that was previously started by calling console.time().
- Web/API/Console/timeStamp Adds a single marker to the browser's Performance or Waterfall tool. This lets you correlate a ...
- Web/API/Console/trace Outputs a stack trace to the Web Console.
- Web/API/Console/warn Outputs a warning message to the Web Console.
- Web/API/ConstantSourceNode The ConstantSourceNode interface—part of the Web Audio API—represents an audio source (based ...
- Web/API/ConstantSourceNode/ConstantSourceNode The ConstantSourceNode() constructor creates a new ConstantSourceNode object instance, ...
- Web/API/ConstantSourceNode/offset The read-only offset property of the ConstantSourceNode interface returns a AudioParam object ...
- Web/API/ConstrainBoolean The ConstrainBoolean dictionary is used to specify a constraint for a property whose value is a ...
- Web/API/ConstrainDOMString The ConstrainDOMString dictionary is used to specify a constraint for a property whose value is ...
- Web/API/ConstrainDouble The ConstrainDouble type is used to specify a constraint for a property whose value is a ...
- Web/API/ConstrainLong The ConstrainLong type is used to specify a constraint for a property whose value is an integral ...
- Web/API/ConvolverNode The ConvolverNode interface is an AudioNode that performs a Linear Convolution on a given ...
- Web/API/ConvolverNode/buffer An AudioBuffer.
- Web/API/ConvolverNode/ConvolverNode The ConvolverNode() constructor of the Web Audio API creates a new ConvolverNode object instance.
- Web/API/ConvolverNode/normalize A boolean.
- Web/API/Coordinates The Coordinates interface represents the position and altitude of the device on Earth, as well ...
- Web/API/Coordinates/accuracy The Coordinates.accuracy read-only property is a strictly positive double representing the ...
- Web/API/Coordinates/altitude The Coordinates.altitude read-only property is a double representing the altitude of the ...
- Web/API/Coordinates/altitudeAccuracy The Coordinates.altitudeAccuracy read-only property is a strictly positive double representing ...
- Web/API/Coordinates/heading The Coordinates.heading read-only property is a double representing the direction in which the ...
- Web/API/Coordinates/latitude The Coordinates.latitude read-only property is a double representing the latitude of the ...
- Web/API/Coordinates/longitude The Coordinates interface's read-only longitude property is a double-precision floating point ...
- Web/API/Coordinates/speed The Coordinates.speed read-only property is a double representing the velocity of the device in ...
- Web/API/CountQueuingStrategy The CountQueuingStrategy interface of the the Streams API provides a built-in byte length ...