http://www.w3.org/Bugs/Public/show_bug.cgi?id=10321
Summary: [IndexedDB] Description attribute of IDBDatabase
doesn't play nicely with run to completion
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Indexed Database API
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
When opening a database, one of the parameters is description. If you specify
it, that description is set on the database, no matter what the previous
description was. There's also a "description" attribute on IDBDatabase(+
Sync). Since IndexedDB is usable by workers (and other pages' event loops, in
some implementations) this presents a problem with run to completion. The
easiest solution is to spec IDBDatabase(Sync).description to be the description
you passed in to .open (and not a live value).
I believe this is the only synchronous attribute with such a problem.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.