Re: [IndexedDB] Discrepancies with the Event type of error in section 4.12

On Mon, Apr 25, 2011 at 9:18 AM, Israel Hilerio <israelh@microsoft.com> wrote:
> The same question applies to bubbling.  What is the intent of bubbling an error?  For example, if a developer tries to add an object to an objectStore and he fails, where should the event bubble to: the transaction, the database, etc.?  The bubbling hierarchy doesn't seem to be clearly defined.  It would be great to clarify the scenarios here.

Sorry, forgot to reply to this part.

creating object stores never fails asynchronously, so no "error"
events are ever dispatched for that action. This should be defined in
spec.

/ Jonas

Received on Tuesday, 26 April 2011 19:01:25 UTC