- From: Joshua Bell <notifications@github.com>
- Date: Mon, 29 Aug 2016 09:54:14 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Monday, 29 August 2016 16:55:11 UTC
For both [open](https://w3c.github.io/IndexedDB/#dom-idbfactory-open) and [deleteDatabase](https://w3c.github.io/IndexedDB/#dom-idbfactory-deletedatabase) the spec has: > The event does bubble but is not cancelable. In both Chrome and Firefox, the event is cancelable - why? Is this implementation bugs or spec bug? Since there is no propagation path for these events (_An open request's get the parent algorithm returns null._) what does bubbling mean here? -- 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
Received on Monday, 29 August 2016 16:55:11 UTC