Adapt IDBTransaction & IDBDatabase events to the new event structure#15006
Adapt IDBTransaction & IDBDatabase events to the new event structure#15006
Conversation
|
I'm not sure I understand this, why remove Opened #15345. |
|
Coming from #15345, I did a little digging into this and found that the |
|
I agree that what we do for bubbling events may not be optimal. I'm thinking of writing down the use cases. Something like: There are likely other use cases, though. |
* Add IDBDatabase abort event Based on #15006. * Fix/Simplify IDBDatabase abort event data
Part of #14578.
Per the new guideline: https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#dom-events-eventname_event
Events affected:
On
IDBTransaction:abort_eventanderror_eventare bubbling,complete_eventnot.On
IDBDatabase:close_eventandversionchange_eventevents.Content work: mdn/content#13040
A reviewer checklist is available.
_eventfeature (follow the guideline)onevent handler feature with_eventfeature (e.g., copy relevant notes over)_onfeaturemdn_urlfor_eventfeaturespec_urlfor_eventfeaturedescriptionfor_eventfeaturenpm run fixto fix sorting, if needednpm test_eventfeature source if it's not in the diff