Skip to content

Commit

Permalink
s/exception/pendingException
Browse files Browse the repository at this point in the history
  • Loading branch information
dandrader committed Aug 22, 2023
1 parent 9e62a15 commit 6b96bee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1199,9 +1199,9 @@ <h4>Auxiliary algorithms and definitions</h4>
|connection|.{{SmartCardConnection/[[context]]}}.{{SmartCardContext/[[operationInProgress]]}}
is `true`:
<ol>
<li>Set
|transactionState|'s [=transaction state/exception=]
to a "{{InvalidStateError}}" {{DOMException}}.</li>
<li>Set |transactionState|'s [=transaction
state/pendingException=] to a "{{InvalidStateError}}"
{{DOMException}}.</li>
<li>Set
|transactionState|'s [=transaction state/pendingDisposition=]
to |disposition|.</li>
Expand All @@ -1213,8 +1213,8 @@ <h4>Auxiliary algorithms and definitions</h4>
</li>
<li>If |callbackPromise| was rejected with reason |r|, then:
<ol>
<li>Set |transactionState|'s [=transaction state/exception=]
to |r|.</li>
<li>Set |transactionState|'s [=transaction
state/pendingException=] to |r|.</li>
<li>If
|connection|.{{SmartCardConnection/[[context]]}}.{{SmartCardContext/[[operationInProgress]]}}
is `true`, set
Expand Down Expand Up @@ -1272,7 +1272,7 @@ <h4>Auxiliary algorithms and definitions</h4>
to `false`.</li>
<li>Let |exception| be
|connection|.{{SmartCardConnection/[[transactionState]]}}'s
[=transaction state/exception=].</li>
[=transaction state/pendingException=].</li>
<li>If |exception| is `null`, perform the following steps:
<ol>
<li>If |responseCode| is `SCARD_S_SUCCESS`,
Expand Down

0 comments on commit 6b96bee

Please sign in to comment.