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

Tests at https://github.com/w3c/web-platform-tests/pull/5108 for open() and aborting. (deleteDatabase() failures are implementation dependent, can't be tested).

Summarizing the current state of things: 

1. I think spec should say that the error events from open/deleteDatabase are cancelable
2. I think spec should say that the error events from open/deleteDatabase do not bubble

I'll make the change to (1) since that matches implementations. (2) is optional cleanup, will probably punt on it.

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

Received on Thursday, 9 March 2017 20:12:13 UTC