http://www.w3.org/Bugs/Public/show_bug.cgi?id=14405
Summary: Steps for firing success/error events on a request are
very transaction-centric
Product: WebAppsWG
Version: unspecified
Platform: All
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]
e.g.
http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#dfn-fire-a-success-event
In particular, this obscures the fact that if a success event handler throws on
a request that has no transaction (e.g. IDBOpenDBRequest) there is no error
event fired (because that error event is fired from the steps for aborting a
transaction, and there is no transaction to abort).
--
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.