@@ -433,7 +433,7 @@ which is either null or an [=/upgrade transaction=], and is initially null.
433
433
</div>
434
434
435
435
<!-- ============================================================ -->
436
- ### Database Connection ### {#database-connection}
436
+ ### Database connection ### {#database-connection}
437
437
<!-- ============================================================ -->
438
438
439
439
Script does not interact with [=databases=] directly. Instead,
@@ -501,7 +501,7 @@ to allow the upgrade or delete to proceed.
501
501
502
502
503
503
<!-- ============================================================ -->
504
- ## Object Store ## {#object-store-construct}
504
+ ## Object store ## {#object-store-construct}
505
505
<!-- ============================================================ -->
506
506
507
507
An <dfn>object store</dfn> is the primary storage mechanism for
@@ -544,7 +544,7 @@ one of three sources:
544
544
</div>
545
545
546
546
<!-- ============================================================ -->
547
- ### Object Store Handle ### {#object-store-handle-construct}
547
+ ### Object store handle ### {#object-store-handle-construct}
548
548
<!-- ============================================================ -->
549
549
550
550
Script does not interact with [=/object stores=] directly. Instead,
@@ -737,7 +737,7 @@ of running [=compare two keys=] with |a| and |b| is 0.
737
737
738
738
739
739
<!-- ============================================================ -->
740
- ## Key Path ## {#key-path-construct}
740
+ ## Key path ## {#key-path-construct}
741
741
<!-- ============================================================ -->
742
742
743
743
A <dfn>key path</dfn> is a string or list of strings
@@ -857,7 +857,7 @@ one [=object-store/record=] is added to the index for each of the [=subkeys=].
857
857
</div>
858
858
859
859
<!-- ============================================================ -->
860
- ### Index Handle ### {#index-handle-construct}
860
+ ### Index handle ### {#index-handle-construct}
861
861
<!-- ============================================================ -->
862
862
863
863
Script does not interact with [=/indexes=] directly. Instead, within
@@ -885,7 +885,7 @@ an [=/upgrade transaction=] is running.
885
885
## Transactions ## {#transaction-construct}
886
886
<!-- ============================================================ -->
887
887
888
- A <dfn id=transaction-concept>Transaction </dfn> is used to interact
888
+ A <dfn id=transaction-concept>transaction </dfn> is used to interact
889
889
with the data in a [=database=] . Whenever data is read or written
890
890
to the database it is done by using a [=/transaction=] .
891
891
@@ -973,7 +973,7 @@ A <dfn>read/write transaction</dfn>
973
973
is a [=/transaction=] with [=transaction/mode=] {{"readwrite"}} .
974
974
975
975
<!-- ============================================================ -->
976
- ### Transaction Lifecycle ### {#transaction-lifecycle}
976
+ ### Transaction lifecycle ### {#transaction-lifecycle}
977
977
<!-- ============================================================ -->
978
978
979
979
A [=/transaction=] has a <dfn>state</dfn> , which is one
@@ -1124,7 +1124,7 @@ They will return true if any transactions were cleaned up, or false otherwise.
1124
1124
</aside>
1125
1125
1126
1126
<!-- ============================================================ -->
1127
- ### Transaction Scheduling ### {#transaction-scheduling}
1127
+ ### Transaction scheduling ### {#transaction-scheduling}
1128
1128
<!-- ============================================================ -->
1129
1129
1130
1130
An event with type <dfn event>`complete`</dfn> is fired at
@@ -1206,7 +1206,7 @@ The following constraints define when a [=/transaction=] can be
1206
1206
1207
1207
1208
1208
<!-- ============================================================ -->
1209
- ### Upgrade Transactions ### {#upgrade-transaction-construct}
1209
+ ### Upgrade transactions ### {#upgrade-transaction-construct}
1210
1210
<!-- ============================================================ -->
1211
1211
1212
1212
An <dfn>upgrade transaction</dfn> is a [=/transaction=] with [=transaction/mode=]
@@ -1298,7 +1298,7 @@ A [=/request=]'s [=get the parent=] algorithm returns the request's
1298
1298
</aside>
1299
1299
1300
1300
<!-- ============================================================ -->
1301
- ### Open Requests ### {#open-requests}
1301
+ ### Open requests ### {#open-requests}
1302
1302
<!-- ============================================================ -->
1303
1303
1304
1304
An <dfn>open request</dfn> is a special type of [=/request=] used
@@ -1336,7 +1336,7 @@ further requests to be processed.
1336
1336
</div>
1337
1337
1338
1338
<!-- ============================================================ -->
1339
- ## Key Range ## {#range-construct}
1339
+ ## Key range ## {#range-construct}
1340
1340
<!-- ============================================================ -->
1341
1341
1342
1342
Records can be retrieved from [=/object stores=] and [=/indexes=]
@@ -1532,7 +1532,7 @@ whether the cursor's [=cursor/value=] is exposed via the API.
1532
1532
</div>
1533
1533
1534
1534
<!-- ============================================================ -->
1535
- ## Key Generators ## {#key-generator-construct}
1535
+ ## Key generators ## {#key-generator-construct}
1536
1536
<!-- ============================================================ -->
1537
1537
1538
1538
When a [=/object store=] is created it can be specified to use a
@@ -4810,7 +4810,7 @@ the contents of the database.
4810
4810
## The {{IDBTransaction}} interface ## {#transaction}
4811
4811
<!-- ============================================================ -->
4812
4812
4813
- [=/transaction =] objects implement the following interface:
4813
+ [=/Transaction =] objects implement the following interface:
4814
4814
4815
4815
<xmp class=idl>
4816
4816
[Exposed=(Window,Worker)]
@@ -5699,7 +5699,7 @@ a request=].
5699
5699
</aside>
5700
5700
5701
5701
<!-- ============================================================ -->
5702
- ## Object Store Storage Operation ## {#object-store-storage-operation}
5702
+ ## Object store storage operation ## {#object-store-storage-operation}
5703
5703
<!-- ============================================================ -->
5704
5704
5705
5705
<div class=algorithm>
@@ -5805,7 +5805,7 @@ To <dfn>store a record into an object store</dfn> with
5805
5805
5806
5806
5807
5807
<!-- ============================================================ -->
5808
- ## Object Store Retrieval Operations ## {#object-store-retrieval-operation}
5808
+ ## Object store retrieval operations ## {#object-store-retrieval-operation}
5809
5809
<!-- ============================================================ -->
5810
5810
5811
5811
<div class=algorithm>
@@ -5892,7 +5892,7 @@ with |store|, |range| and optional |count|, run these steps:
5892
5892
5893
5893
5894
5894
<!-- ============================================================ -->
5895
- ## Index Retrieval Operations ## {#index-retrieval-operation}
5895
+ ## Index retrieval operations ## {#index-retrieval-operation}
5896
5896
<!-- ============================================================ -->
5897
5897
5898
5898
<div class=algorithm>
@@ -5979,7 +5979,7 @@ To <dfn>retrieve multiple values from an index</dfn> with
5979
5979
5980
5980
5981
5981
<!-- ============================================================ -->
5982
- ## Object Store Deletion Operation ## {#object-store-deletion-operation}
5982
+ ## Object store deletion operation ## {#object-store-deletion-operation}
5983
5983
<!-- ============================================================ -->
5984
5984
5985
5985
<div class=algorithm>
@@ -6001,7 +6001,7 @@ with |store| and |range|, run these steps:
6001
6001
6002
6002
6003
6003
<!-- ============================================================ -->
6004
- ## Record Counting Operation ## {#record-counting-operation}
6004
+ ## Record counting operation ## {#record-counting-operation}
6005
6005
<!-- ============================================================ -->
6006
6006
6007
6007
<div class=algorithm>
@@ -6018,7 +6018,7 @@ To <dfn>count the records in a range</dfn> with |source| and
6018
6018
6019
6019
6020
6020
<!-- ============================================================ -->
6021
- ## Object Store Clear Operation ## {#object-store-clear-operation}
6021
+ ## Object store clear operation ## {#object-store-clear-operation}
6022
6022
<!-- ============================================================ -->
6023
6023
6024
6024
<div class=algorithm>
@@ -6036,7 +6036,7 @@ To <dfn>clear an object store</dfn> with |store|, run these steps:
6036
6036
6037
6037
6038
6038
<!-- ============================================================ -->
6039
- ## Cursor Iteration Operation ## {#cursor-iteration-operation}
6039
+ ## Cursor iteration operation ## {#cursor-iteration-operation}
6040
6040
<!-- ============================================================ -->
6041
6041
6042
6042
<div class=algorithm>
@@ -6642,7 +6642,7 @@ steps may throw an exception.
6642
6642
6643
6643
6644
6644
<!-- ============================================================ -->
6645
- # Privacy Considerations # {#privacy}
6645
+ # Privacy considerations # {#privacy}
6646
6646
<!-- ============================================================ -->
6647
6647
6648
6648
*This section is non-normative.*
@@ -6755,7 +6755,7 @@ it is promptly deleted from the underlying storage.
6755
6755
6756
6756
6757
6757
<!-- ============================================================ -->
6758
- # Security Considerations # {#security}
6758
+ # Security considerations # {#security}
6759
6759
<!-- ============================================================ -->
6760
6760
6761
6761
## DNS spoofing attacks ## {#dns-spoofing-attacks}
@@ -6845,7 +6845,7 @@ format, and to reconstruct any internal state from script-visible
6845
6845
state when older data is encountered.
6846
6846
6847
6847
<!-- ============================================================ -->
6848
- # Revision History # {#revision-history}
6848
+ # Revision history # {#revision-history}
6849
6849
<!-- ============================================================ -->
6850
6850
6851
6851
*This section is non-normative.*
0 commit comments