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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -951,7 +951,7 @@ A [=/transaction=] has a <dfn>durability hint</dfn>. This is a hint to the user
951
951
</aside>
952
952
953
953
A [=/transaction=] optionally has a <dfn>cleanup event loop</dfn>
954
-
which is an [=event loop=].
954
+
which is an [=/event loop=].
955
955
956
956
A [=/transaction=] has a <dfn>request list</dfn> of pending [=/requests=]
957
957
which have been made against the transaction.
@@ -1099,10 +1099,10 @@ They will return true if any transactions were cleaned up, or false otherwise.
1099
1099
1100
1100
<div class=algorithm>
1101
1101
1. If there are no [=/transactions=] with [=transaction/cleanup
1102
-
event loop=] matching the current [=event loop=], return false.
1102
+
event loop=] matching the current [=/event loop=], return false.
1103
1103
1104
1104
1. For each [=/transaction=] |transaction| with [=transaction/cleanup event loop=]
1105
-
matching the current [=event loop=]:
1105
+
matching the current [=/event loop=]:
1106
1106
1107
1107
1. Set |transaction|'s [=transaction/state=] to [=transaction/inactive=].
1108
1108
@@ -1277,10 +1277,10 @@ further requests to be processed.
1277
1277
1278
1278
<aside class=note>
1279
1279
A [=connection queue=] is not a [=task queue=] associated with
1280
-
an [=event loop=], as the requests are processed outside any
1280
+
an [=/event loop=], as the requests are processed outside any
1281
1281
specific [=/browsing context=]. The delivery of events to
1282
1282
completed [=open request=] still goes through a [=task queue=]
1283
-
associated with the [=event loop=] of the context where the
1283
+
associated with the [=/event loop=] of the context where the
1284
1284
request was made.
1285
1285
</aside>
1286
1286
@@ -2666,7 +2666,7 @@ The <dfn method for=IDBDatabase>transaction(|storeNames|, |mode|, |options|)</df
2666
2666
1. Let |transaction| be a newly [=transaction/created=][=/transaction=] with |connection|, |mode|, |options|' {{IDBTransactionOptions/durability}} member, and the set of [=/object stores=] named in |scope|.
2667
2667
2668
2668
1. Set |transaction|'s [=transaction/cleanup event loop=] to the
2669
-
current [=event loop=].
2669
+
current [=/event loop=].
2670
2670
2671
2671
1. Return an {{IDBTransaction}} object representing |transaction|.
0 commit comments