- From: Joshua Bell <notifications@github.com>
- Date: Thu, 09 Mar 2017 13:08:32 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 March 2017 21:09:06 UTC
The spec defines the error events thrown from open() and deleteDatabase() with cancelable false, but implementations have this as true. Align the spec with reality. Also: * Make various overly detailed asides into details with summaries - for "why aren't the normal fire a success/error event steps used?", and to explain why the name and version getters are convoluted. * Fix the autolinking for deleteIndex * Flesh out the change history with recent big changes. Tests: https://github.com/w3c/web-platform-tests/pull/5108 You can view, comment on, or merge this pull request online at: https://github.com/w3c/IndexedDB/pull/164 -- Commit Summary -- * open/deleteDatabase error events are cancelable in implementations -- File Changes -- M index.bs (124) M index.html (467) -- Patch Links -- https://github.com/w3c/IndexedDB/pull/164.patch https://github.com/w3c/IndexedDB/pull/164.diff -- 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/pull/164
Received on Thursday, 9 March 2017 21:09:06 UTC