This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

delete

Summary

Returns an IDBRequest object and, in a separate thread, deletes the record at the cursor’s position, without changing the cursor’s position. Once the record is deleted, the cursor’s value is set to null.

Method of apis/indexeddb/IDBCursorapis/indexeddb/IDBCursor

Syntax

var  = .delete();

Return Value

Returns an object of type