@@ -4635,24 +4635,23 @@ The <dfn method for=IDBCursor>continuePrimaryKey(|key|,
4635
4635
4636
4636
The <dfn method for=IDBCursor>close()</dfn> method, when invoked, must run these steps:
4637
4637
4638
- 1. Let |transaction| be this [=cursor=] 's
4639
- [=cursor/transaction=] .
4638
+ 1. Let |transaction| be **this**'s [=cursor/transaction=] .
4640
4639
4641
4640
1. If |transaction|'s [=transaction/state=] is not [=transaction/active=] , then [=throw=] a "{{TransactionInactiveError}} " {{DOMException}} .
4642
4641
4643
- 1. If this [=cursor=] 's [=cursor/source=] or [=effective object store=] has been deleted, [=throw=] an "{{InvalidStateError}} " {{DOMException}} .
4642
+ 1. If ** this** 's [=cursor/source=] or [=effective object store=] has been deleted, then [=throw=] an "{{InvalidStateError}} " {{DOMException}} .
4644
4643
4645
- 1. If this [=cursor=] 's [=cursor/got value flag=] is false
4644
+ 1. If ** this** 's [=cursor/got value flag=] is false
4646
4645
(indicating that the cursor is being iterated, has iterated past its end, or that {{IDBCursor/close()}} was called),
4647
4646
then [=throw=] an "{{InvalidStateError}} " {{DOMException}} .
4648
4647
4649
- 1. Set this [=cursor=] 's [=cursor/got value flag=] to false.
4648
+ 1. Set ** this** 's [=cursor/got value flag=] to false.
4650
4649
4651
- 1. Set this [=cursor=] 's [=cursor/key=] to undefined.
4650
+ 1. Set ** this** 's [=cursor/key=] to undefined.
4652
4651
4653
- 1. If this [=cursor=] 's [=cursor/source=] is an [=/index=], then set this [=cursor=] ' s [=object store position=] to undefined.
4652
+ 1. If ** this** 's [=cursor/source=] is an [=/index=], then set ** this** ' s [=object store position=] to undefined.
4654
4653
4655
- 1. If this [=cursor=] 's [=cursor/key only flag=] is false, then set this [=cursor=] ' s [=cursor/value=] to undefined.
4654
+ 1. If ** this** 's [=cursor/key only flag=] is false, then set ** this** ' s [=cursor/value=] to undefined.
4656
4655
4657
4656
</div>
4658
4657
0 commit comments