On this page

Variable IDBVersionChangeEvent

IDBVersionChangeEvent: {
    prototype: IDBVersionChangeEvent;
    new (
        type: string,
        eventInitDict?: IDBVersionChangeEventInit,
    ): IDBVersionChangeEvent;
}

Type Declaration

Was this helpful?
SDK JS
Reference
IDBVersionChangeEvent