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
Copy file name to clipboardExpand all lines: index.bs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -498,12 +498,12 @@ running.
498
498
A [=/connection=]'s [=get the parent=] algorithm returns
499
499
null.
500
500
501
-
An event with type <dfn event for=IDBDatabase>`versionchange`</dfn> will be fired at an open
501
+
An event with type <dfn event for=IDBDatabase>versionchange</dfn> will be fired at an open
502
502
[=/connection=] if an attempt is made to upgrade or delete the
503
503
[=/database=]. This gives the [=/connection=] the opportunity to close
504
504
to allow the upgrade or delete to proceed.
505
505
506
-
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.
506
+
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.
507
507
508
508
</div>
509
509
@@ -1133,10 +1133,10 @@ They will return true if any transactions were cleaned up, or false otherwise.
1133
1133
each [=/transaction=].
1134
1134
</aside>
1135
1135
1136
-
An event with type <dfn event for=IDBTransaction>`complete`</dfn> is fired at
1136
+
An event with type <dfn event for=IDBTransaction>complete</dfn> is fired at
1137
1137
a [=/transaction=] that has successfully [=transaction/committed=].
1138
1138
1139
-
An event with type <dfn event for=IDBTransaction>`abort`</dfn> is fired at
1139
+
An event with type <dfn event for=IDBTransaction>abort</dfn> is fired at
1140
1140
a [=/transaction=] that has [=transaction/aborted=].
0 commit comments