On Thu, Dec 1, 2011 at 7:16 PM, Israel Hilerio <[email protected]> wrote: > On Tuesday, November 22, 2011 5:30 PM, Israel Hilerio wrote: >>Subject: [indexeddb] error value of open request after aborting >>VERSION_CHANGE transaction inside an onupgradeneeded handler >> >>What should be the value of the error attribute on the open request after a >>VERSION_CHANGE transaction is aborted? We're thinking it should be >>AbortError independent of whether the >transaction is aborted >>programmatically or due to a system failure. >> >>Do you guys agree? >> >>Israel > > Should I take the silence to mean we're in agreement :-)
Either that, or set it to whatever error caused the transaction to be aborted. So the request error would be set to the same as the transaction error. / Jonas
