deleteObjectStore abstract method

void deleteObjectStore(
  1. String name
)

destroys the object store with the given name in the connected database, along with any indexes that reference it.

As with createObjectStore, this method can be called only within a versionchange transaction.

raise exception if not found

Implementation

void deleteObjectStore(String name);