Results 101 - 120 of 4,668

DOMRequest.onsuccess

This property specifies a callback function to be run when a DOMRequest completes successfully.
API DOM Property Reference

DOMRequest.readyState

This property is a string that indicates whether or not a DOMRequest operation has finished running.
API DOM Property Reference

DOMRequest.result

This property provides the result value from a DOMRequest operation.
API DOM Property Reference

IDBDatabaseException

In the IndexedDB API, an IDBDatabaseException object represents exception conditions that can be encountered while performing database operations.
API Obsolete Reference

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

MediaError

The MediaError interface represents an error associated to a media, like a HTMLMediaElement.
API Interface Reference

Navigator.maxTouchPoints

Return the maximum number of simultaneous touch contact points are supported by the current device.
API DOM Property Reference

NavigatorPlugins.javaEnabled()

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

NavigatorPlugins.mimeTypes

Returns a MimeTypeArray object, which contains a list of MimeType objects representing the MIME types recognized by the browser.
API Property Reference Référence