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

While reading through #87 I found Indexed DB has been monkey patching DOM as well with something that is not supported by the event dispatch algorithm. The event dispatch algorithm handles its own exceptions and reports them to window.onerror. It seems you're trying to hook into that somehow.

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

Received on Saturday, 21 January 2017 10:37:02 UTC