- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Dec 2009 02:03:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webdatabase In directory hutz:/tmp/cvs-serv12419 Modified Files: Overview.html Log Message: Clarify which error callback is fired. (whatwg r4383) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webdatabase/Overview.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- Overview.html 1 Dec 2009 01:16:27 -0000 1.47 +++ Overview.html 1 Dec 2009 02:02:59 -0000 1.48 @@ -788,8 +788,8 @@ <li><p>End these steps. The next step is only used when something goes wrong.</li> - <li><p><span>Queue a task</span> to invoke the <i>error - callback</i>, if it is not null, with a newly constructed + <li><p><span>Queue a task</span> to invoke the transaction's + <i>error callback</i>, if it is not null, with a newly constructed <code><a href="#sqlerror">SQLError</a></code> object that represents the last error to have occurred in this transaction. Rollback the transaction. Any still-pending statements in the transaction are discarded.</li>
Received on Tuesday, 1 December 2009 02:03:04 UTC