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
Associate event definitions with the interfaces they fire at (#387)
* Associate event definitions with the interfaces they fire at as other specs do. Also helps with extracting machine readable data.
* Disambiguate attribute from event for error in IDBRequest
Copy file name to clipboardExpand all lines: index.bs
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -502,12 +502,12 @@ running.
502
502
A [=/connection=]'s [=get the parent=] algorithm returns
503
503
null.
504
504
505
-
An event with type <dfn event>`versionchange`</dfn> will be fired at an open
505
+
An event with type <dfn event for=IDBDatabase>`versionchange`</dfn> will be fired at an open
506
506
[=/connection=] if an attempt is made to upgrade or delete the
507
507
[=/database=]. This gives the [=/connection=] the opportunity to close
508
508
to allow the upgrade or delete to proceed.
509
509
510
-
An event with type <dfn event>`close`</dfn> will be fired at a [=/connection=] if the connection is [=/close a database connection|closed=] abnormally.
510
+
An event with type <dfn event for=IDBDatabase>`close`</dfn> will be fired at a [=/connection=] if the connection is [=/close a database connection|closed=] abnormally.
511
511
512
512
</div>
513
513
@@ -1137,10 +1137,10 @@ They will return true if any transactions were cleaned up, or false otherwise.
1137
1137
each [=/transaction=].
1138
1138
</aside>
1139
1139
1140
-
An event with type <dfn event>`complete`</dfn> is fired at
1140
+
An event with type <dfn event for=IDBTransaction>`complete`</dfn> is fired at
1141
1141
a [=/transaction=] that has successfully [=transaction/committed=].
1142
1142
1143
-
An event with type <dfn event>`abort`</dfn> is fired at
1143
+
An event with type <dfn event for=IDBTransaction>`abort`</dfn> is fired at
1144
1144
a [=/transaction=] that has [=transaction/aborted=].
0 commit comments