Table of Contents

Class IDBOpenDBRequest

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The IDBOpenDBRequest interface of the IndexedDB API provides access to the results of requests to open or delete databases (performed using Open(string, ulong) and DeleteDatabase(string)), using specific event handler attributes.

[Value("IDBOpenDBRequest")]
public class IDBOpenDBRequest : IDBRequest
Inheritance
IDBOpenDBRequest
Inherited Members

Remarks

-Using IndexedDB
-Starting transactions: IDBDatabase
-Using transactions: IDBTransaction
-Setting a range of keys: IDBKeyRange
-Retrieving and making changes to your data: IDBObjectStore
-Using cursors: IDBCursor
-Reference example: To-do Notifications (View the example live).

See also on MDN

Constructors

IDBOpenDBRequest()

public IDBOpenDBRequest()

Properties

Onblocked

[Value("onblocked")]
public EventHandlerNonNull Onblocked { get; set; }

Property Value

EventHandlerNonNull

Onupgradeneeded

[Value("onupgradeneeded")]
public EventHandlerNonNull Onupgradeneeded { get; set; }

Property Value

EventHandlerNonNull