[Webkit-unassigned] [Bug 92069] IndexedDB: IDBTransaction::abort() should throw DOMException if "finished"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 09:37:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92069





--- Comment #10 from Joshua Bell <jsbell at chromium.org>  2012-07-24 09:37:20 PST ---
(In reply to comment #9)
> I vote for a single abort() - change all the internal callers to use it, and ignore the result:
> 
> ExceptionCode unused;
> transaction->abort(unused)

That sounds good to me as well, possibly with a comment in the abort() code that it is idempotent for internal callers if they ignore the exception code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list