Re: [w3c/IndexedDB] "If an exception was propagated out from any event handler" is not a thing (#140)

If you call preventDefault() and then throw, it would not abort? That doesn't seem to be specified. But I guess the cleanest integration would be to change how dispatch works. Either we need to return more information than just a boolean, or you need to pass something in that gets modified (which is somewhat ugly I think, but okay).

-- 
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/140#issuecomment-274435053

Received on Monday, 23 January 2017 09:15:45 UTC