WebIDLpedia

IDBRecord interface

Definition

Indexed Database API 3.0 defines IDBRecord



[Exposed=(Window,Worker)]
interface IDBRecord {
  readonly attribute any key;
  readonly attribute any primaryKey;
  readonly attribute any value;
};