Re: [IndexedDB] Need a method to remove a database

On Tue, Aug 3, 2010 at 11:26 PM, Jonas Sicking <jonas@sicking.cc> wrote:

> On Tue, Aug 3, 2010 at 3:20 PM, Shawn Wilsher <sdwilsh@mozilla.com> wrote:
> > Hey all,
> >
> > Some of the feedback I've been seeing on the web is that there is no way
> to
> > remove a database.  Examples seem to be "web page wants to allow the user
> to
> > remove the data they stored".  A site can almost accomplish this now by
> > removing all object stores, but we still end up storing some meta data
> > (version number).  Does this seem like a legit request to everyone?
>
> Sounds legit to me. Feel somewhat embarrassed that I've missed this so far
> :)
>

Agreed.

What should the semantics be for open database connections?  We could do
something like setVersion, but I'd just as soon nuke any existing connection
(i.e. make all future operations fail).  This seems reasonable since the
reasons we didn't do this for setVersion (data loss) don't really seem to
apply here.

J

Received on Wednesday, 4 August 2010 09:56:57 UTC