Re: [IndexedDB] setVersion blocked on uncollected garbage IDBDatabases

> The only solution I can think of is to require (or recommend) that
> implementations run the garbage collector in a context after firing
> the "versionchange" event if the database still isn't closed. This
> should be a rare occurrence simply because setVersion should be rare.
>

That would be a hack in the implementation and a hack in the spec.

Received on Tuesday, 8 February 2011 10:46:04 UTC