You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: index.bs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -500,11 +500,13 @@ running.
500
500
A [=/connection=]'s [=get the parent=] algorithm returns
501
501
null.
502
502
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
504
504
[=/connection=] if an attempt is made to upgrade or delete the
505
505
[=database=]. This gives the [=/connection=] the opportunity to close
506
506
to allow the upgrade or delete to proceed.
507
507
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.
0 commit comments