WebIDLpedia

IDBOpenDBRequest interface

Definition

Indexed Database API 3.0 defines IDBOpenDBRequest



[Exposed=(Window,Worker)]
interface IDBOpenDBRequest : IDBRequest {
  // Event handlers:
  attribute EventHandler onblocked;
  attribute EventHandler onupgradeneeded;
};

Methods and attributes that return objects implementing IDBOpenDBRequest

Referring IDL interfaces/dictionaries