On Mon, Apr 25, 2011 at 9:18 AM, Israel Hilerio <isra...@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

Reply via email to