Skip to content

Commit 692908a

Browse files
Fix some minor issues pointed out in the review (but not the major ones)
1 parent edfabd7 commit 692908a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The [=task source=] for [=parallel queue/enqueue steps|steps enqueued=] below is
156156
A <dfn>resource name</dfn> is a [=JavaScript string=] chosen by the web application to represent an abstract resource.
157157

158158
A resource name has no external meaning beyond the scheduling algorithm, but is global
159-
across [=/browsing contexts=] sharing a [=/storage bucket=]. Web applications are free to use any resource naming scheme.
159+
across [=/agents=] sharing a [=/storage bucket=]. Web applications are free to use any resource naming scheme.
160160

161161
<aside class=example id=example-indexeddb-transactions>
162162
To mimic transaction locking over named stores within a named
@@ -172,7 +172,7 @@ Resource names starting with U+002D HYPHEN-MINUS (-) are reserved; requesting th
172172
## Lock Managers ## {#lock-managers}
173173
<!-- ====================================================================== -->
174174

175-
A [=/user agent=] has a <dfn>lock manager</dfn> for each [=/storage bottle=], which encapsulates the state of all [=lock-concept|locks=] and [=lock requests=] associated with a [=/storage bucket=].
175+
A [=/user agent=] has a <dfn>lock manager</dfn> for each [=/storage bucket=], which encapsulates the state of all [=lock-concept|locks=] and [=lock requests=] associated with a [=/storage bucket=].
176176

177177
Note: Pages and workers ([=/agents=]) sharing a [=/storage bucket=] opened in the same user agent share a [=/lock manager=] even if they are in unrelated [=/browsing contexts=].
178178

0 commit comments

Comments
 (0)