Results 1541 - 1560 of 1,719

Console.timeEnd()

Stops a timer that was previously started by calling console.time().
API console Debugging DOM Method Non-standard web console Web Development

DataStoreCursor.close()

The close() method of the DataStoreCursor interface makes a request to terminate the cursor.
API close Data Store Data Store API Database DataStoreCursor Method Reference Référence Storage storage

DataStoreCursor.next()

The next() method of the DataStoreCursor interface makes a request to retrieve information about the next operation that changes a record in the data store. Returns a promise of type DataStoreTask.
API Data Store Data Store API Database DataStoreCursor Method Next next Reference Référence storage Storage

DataTransferItem.getAsFile()

If the item is a file, the DataTransferItem.getAsFile() method returns the drag data item's File object. If the item is not a file, this method returns null.
API DataTransferItem drag and drop HTML DOM HTML Drag and Drop API Method Reference

DataTransferItem.getAsString()

The DataTransferItem.getAsString() method invokes the given callback with the drag data item's string data as the argument if the item's kind is a Plain unicode string (i.e. kind is string).
API DataTransferItem drag and drop getAsString HTML DOM HTML Drag and Drop API Method Reference

DataTransferItemList.add()

The DataTransferItemList.add() method creates a new DataTransferItem using the specified data and adds it to the drag data list. The item may be a File or a string of a given type. If the item is successfully added to the list, the newly-created DataTransferItem object is returned.
Add API DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference

DataTransferItemList.clear()

The DataTransferItemList.clear() method removes all DataTransferItem objects from the drag data items list, leaving the list empty.
API clear DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference

DataTransferItemList.DataTransferItem()

The DataTransferItemList() getter method implements support for accessing items in the DataTransferItemList using array-style syntax (that is DataTransferItemList[index]).
API DataTransferItemList drag and drop Getter HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference

DataTransferItemList.remove()

The DataTransferItemList.remove() method removes the DataTransferItem at the specified index from the list. If the index is less than zero or greater than one less than the length of the list, the list will not be changed.
API DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference remove

DeviceStorage.add()

The add method is used to add a file inside a given storage area.
API B2G Device Storage Firefox OS Method Reference Référence WebAPI

DeviceStorage.addNamed()

The addNamed method is used to add a file inside a given storage area.
API B2G Device Storage Firefox OS Method Reference Référence WebAPI

DeviceStorage.available()

The available() method is used to check whether the storage area is available; this is an asynchronous operation that returns a DOMRequest object that will receive a callback when the operation is complete.
API B2G Device Storage Firefox OS Method Non-standard Reference Référence WebAPI