interface IDBVersionChangeEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    newVersion?: number | null;
    oldVersion?: number;
}
Hierarchy
Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
newVersion?: number | null
oldVersion?: number