Re: [w3c/IndexedDB] Error events from open/deleteDatabase requests - cancelable? bubbles? (#86)

FYI, spec text changed here. New text is:

In [open()](https://w3c.github.io/IndexedDB/#dom-idbfactory-open):
>  fire an event named error at request with its bubbles attribute initialized to true.

In [deleteDatabase()](https://w3c.github.io/IndexedDB/#dom-idbfactory-deletedatabase):
> fire an event named error at request with its bubbles attribute initialized to true.

In [abort a transaction](https://w3c.github.io/IndexedDB/#abort-a-transaction)
> Fire an event named error at request with its bubbles and cancelable attributes initialized to true.




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/86#issuecomment-285455809

Received on Thursday, 9 March 2017 19:33:35 UTC