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