Skip to content

Commit e196c63

Browse files
Editorial: Add event definition for 'close' (#384)
Editorial: Add event definition for 'close' A reference to a 'close' event turned into a link back in d2bc4db 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. Co-authored-by: Brett Zamir <[email protected]>
1 parent e067b06 commit e196c63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,13 @@ running.
500500
A [=/connection=]'s [=get the parent=] algorithm returns
501501
null.
502502

503-
A <dfn event>`versionchange`</dfn> will be fired at an open
503+
An event with type <dfn event>`versionchange`</dfn> will be fired at an open
504504
[=/connection=] if an attempt is made to upgrade or delete the
505505
[=database=]. This gives the [=/connection=] the opportunity to close
506506
to allow the upgrade or delete to proceed.
507507

508+
An event with type <dfn event>`close`</dfn> will be fired at a [=/connection=] if the connection is [=/close a database connection|closed=] abnormally.
509+
508510
</div>
509511

510512

0 commit comments

Comments
 (0)