Skip to main content
Module

x/commandis/mod.ts>dom.IDBCursorWithValue

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.IDBCursorWithValue
implements IDBCursor
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { IDBCursorWithValue } = dom;

This IndexedDB API interface represents a cursor for traversing or iterating over multiple records in a database. It is the same as the IDBCursor, except that it includes the value property.

Properties

readonly
value: any

Returns the cursor's current value.