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

Similar finding - when [aborting a transaction](https://w3c.github.io/IndexedDB/#abort-transaction): 

> Dispatch an event at request. The event must use the Event interface and have its type set to "error". The event bubbles and is cancelable.

Canceling here does nothing as the transaction is already doomed. This may be for consistency with other error events, though.

-- 
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-284101644

Received on Saturday, 4 March 2017 07:52:26 UTC