On this page

Interface IDBVersionChangeEventInit

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

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
newVersion?: number | null
oldVersion?: number
Was this helpful?
SDK JS
Reference
IDBVersionChangeEventInit