- From: Joshua Bell <notifications@github.com>
- Date: Wed, 12 Oct 2016 11:04:57 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Wednesday, 12 October 2016 18:05:54 UTC
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