Skip to content

Instantly share code, notes, and snippets.

@efleming969
Created February 12, 2014 15:41
Show Gist options
  • Save efleming969/8957876 to your computer and use it in GitHub Desktop.
Save efleming969/8957876 to your computer and use it in GitHub Desktop.
delete indexedDB database
webkitIndexedDB.webkitGetDatabaseNames ().onsuccess =
function ( x, y ) {
console.log ( indexedDB.deleteDatabase ( x.target.result[1] ) )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment