- From: <bugzilla@jessica.w3.org>
- Date: Fri, 07 Oct 2011 17:27:02 +0000
- To: public-webapps@w3.org
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: dave.null@w3.org
ReportedBy: me@kylehuey.com
QAContact: member-webapi-cvs@w3.org
CC: mike@w3.org, public-webapps@w3.org
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.
Received on Friday, 7 October 2011 17:27:08 UTC