Results 1 - 20 of 1,719

WebGLRenderingContext.attachShader()

The WebGLRenderingContext.attachShader() method of the WebGL API attaches either a fragment or vertex WebGLShader to a WebGLProgram.
Method WebGL

WebGLRenderingContext.detachShader()

The WebGLRenderingContext.detachShader() method of the WebGL API detaches a previously attached WebGLShader from a WebGLProgram.
Method WebGL

Blob.slice()

The slice is used to create a new Blob object containing the data in the specified range of bytes of the source Blob.
API Files Method Reference

CanvasCaptureMediaStream.requestFrame()

The CanvasCaptureMediaStream.requestFrame() method forces a frame to be captured and sent to the stream. This allows to capture partially rendered frames.
CanvasCaptureMediaStream Experimental Method Reference

CSS.supports()

The CSS.supports() static methods returns a Boolean value indicating if the browser supports a given CSS feature, or not.
API CSSOM Method Reference

Document.createAttribute()

The Document.createAttribute() method creates a new attribute node, and returns it. The object created a node implementing the Attr interface. The DOM does not enforce what sort of attributes can be added to a particular element in this manner.
API DOM Method Reference

Document.loadOverlay()

The loadOverlay() method loads a XUL overlay and merges it with the current document, notifying an observer when the merge is complete.
API DOM Method Reference

DocumentFragment.querySelector()

The DocumentFragment.querySelector() method returns the first element, or null if no matches are found, within the DocumentFragment (using depth-first pre-order traversal of the document's nodes) that matches the specified group of selectors.
API DocumentFragment DOM Method

DocumentFragment.querySelectorAll()

The DocumentFragment.querySelectorAll() method returns a NodeList of elements within the DocumentFragment (using depth-first pre-order traversal of the document's nodes) that matches the specified group of selectors.
API DocumentFragment DOM Method

DOMCursor.continue()

The continue method is used to tell the cursor to move to the next result. The DOMCursor's success or error is called with the DOMCursor's result updated accordingly.
API DOM Method Reference

Event.createEvent()

Creates a new event, which must then be initialized by calling its init() method.
API DOM Event Method

IDBFactory.open()

If an error occurs while the database connection is being opened, then an error event is fired on the request object returned from this method.
API Method Obsolete Reference

IDBIndex.getAllKeys()

An IDBRequest object on which subsequent events related to this operation are fired.
API IndexedDB Method Reference

IDBObjectStore.delete()

An IDBRequest object on which subsequent events related to this operation are fired. The request.result attribute is set to undefined.
API IndexedDB Method Reference

ImageBitmapFactories.createImageBitmap()

The createImageBitmap method accepts a variety of different image sources, and returns a Promise which resolves to an ImageBitmap. Optionally the source is cropped to the rectangle of pixels originating at (sx, sy) with width sw, and height sh.
API Canvas Method Reference

NavigatorPlugins.javaEnabled()

This method indicates whether the current browser is Java-enabled or not.
API Method Reference Référence