Skip to content

temp1

Unofficial

Temporary reference to the WebSQL database changeVersion method.

Signature:

var temp1: (oldVersion: string, newVersion: string, callback?: ((transaction: SQLTransaction) => void) | undefined, errorCallback?: ((error: SQLError) => void) | undefined, successCallback?: (() => void) | undefined) => void

Type: (oldVersion: string, newVersion: string, callback?: ((transaction: SQLTransaction) => void) | undefined, errorCallback?: ((error: SQLError) => void) | undefined, successCallback?: (() => void) | undefined) => void