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

So `cancelable` matters for `window.onerror` integration (see #49) - if you call `e.preventDefault()` on an open/delete failure then `window.onerror` will not be invoked.

Therefore we almost certainly want the events to be `cancelable` (so: update spec to match implementations as part of #49).

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

Received on Wednesday, 12 October 2016 18:05:54 UTC