0 out of 1 rated this helpful - Rate this topic

deleteDatabase method

Deletes a database.

Syntax

object.deleteDatabase(name, retVal)

Parameters

name [in]

Type: DOMString

The name of the database to delete.

Return value

Type: IDBOpenRequest

A IDBOpenRequest request object that fires events to indicate the result of the request.

Standards information

See also

indexedDB
IDBFactory

 

 

Build date: 11/22/2012

© 2013 Microsoft. All rights reserved.