Skip to main content
Module

x/commandis/mod.ts>dom.IDBVersionChangeEvent

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.IDBVersionChangeEvent
implements Event
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { IDBVersionChangeEvent } = dom;

This IndexedDB API interface indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.onupgradeneeded event handler function.

Properties

readonly
newVersion: number | null
readonly
oldVersion: number