w3c / IndexedDB

Indexed Database API
https://w3c.github.io/IndexedDB/
Other
240 stars 62 forks source link

Editorial: Add event definition for 'close' #384

Closed inexorabletash closed 2 years ago

inexorabletash commented 2 years ago

A reference to a 'close' event turned into a link back in d2bc4db1 but there wasn't a local definition - it ended up linking into HTML! This is now triggering a Bikeshed warning - yay!

Add a minimal local definition for the event type, like the others.

(No normative behavior changes, no tests required.)


Preview | Diff

inexorabletash commented 2 years ago

@asutherland could you take a quick look?

inexorabletash commented 2 years ago

Thanks @brettz9 !

inexorabletash commented 2 years ago

The task source integration could be tightened up; there's just a generic declaration that everything happens using the database access task source. Firing of the event happens in close a database connection