This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15223 - Need to add an DOMError error attribute to the IDBTransaction interface
Summary: Need to add an DOMError error attribute to the IDBTransaction interface
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: All All
: P1 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-15 23:48 UTC by Israel Hilerio [MSFT]
Modified: 2011-12-27 22:07 UTC (History)
3 users (show)

See Also:


Attachments

Description Israel Hilerio [MSFT] 2011-12-15 23:48:41 UTC
The intent of this attribute is to surface fatal errors that are not necessarily associated with an individual requests but happened during the commit of the transaction.

More information about this bug can be found at:
http://lists.w3.org/Archives/Public/public-webapps/2011OctDec/0059.html

Israel
Comment 1 Eliot Graff 2011-12-27 22:07:20 UTC
Added error attribute to IDBTransaction and IDBTransactionSync and updated Steps for committing a transaction and Steps for aborting a transaction.