From 6b96bee6f775a65d9ec715352806d01c25d79c07 Mon Sep 17 00:00:00 2001 From: Daniel d'Andrada Date: Tue, 22 Aug 2023 08:21:12 +0000 Subject: [PATCH] s/exception/pendingException --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 8f7b68e..78a4ff4 100644 --- a/index.html +++ b/index.html @@ -1199,9 +1199,9 @@

Auxiliary algorithms and definitions

|connection|.{{SmartCardConnection/[[context]]}}.{{SmartCardContext/[[operationInProgress]]}} is `true`:
    -
  1. Set - |transactionState|'s [=transaction state/exception=] - to a "{{InvalidStateError}}" {{DOMException}}.
  2. +
  3. Set |transactionState|'s [=transaction + state/pendingException=] to a "{{InvalidStateError}}" + {{DOMException}}.
  4. Set |transactionState|'s [=transaction state/pendingDisposition=] to |disposition|.
  5. @@ -1213,8 +1213,8 @@

    Auxiliary algorithms and definitions

  6. If |callbackPromise| was rejected with reason |r|, then:
      -
    1. Set |transactionState|'s [=transaction state/exception=] - to |r|.
    2. +
    3. Set |transactionState|'s [=transaction + state/pendingException=] to |r|.
    4. If |connection|.{{SmartCardConnection/[[context]]}}.{{SmartCardContext/[[operationInProgress]]}} is `true`, set @@ -1272,7 +1272,7 @@

      Auxiliary algorithms and definitions

      to `false`.
    5. Let |exception| be |connection|.{{SmartCardConnection/[[transactionState]]}}'s - [=transaction state/exception=].
    6. + [=transaction state/pendingException=].
    7. If |exception| is `null`, perform the following steps:
      1. If |responseCode| is `SCARD_S_SUCCESS`,