Interface IDBVersionChangeEventInit
interface IDBVersionChangeEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
newVersion?: number | null;
oldVersion?: number;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
newVersion?: number | null;
oldVersion?: number;
}
Hierarchy (View Summary)
- EventInit
- IDBVersionChangeEventInit
Index
Properties
Was this helpful?