Re: [w3c/payment-request] proposed addition: passing data on complete() (PR #982)

@marcoscaceres commented on this pull request.



> +          <li class="addition proposed">Let |serializedData| be the result of
+          <a>JSON-serializing</a> |details|.{{PaymentCompleteDetails/data}}
+          into a string.
+          </li>
+          <li class="addition proposed">If serializing [=exception/throws=] an
+          exception, return <a>a promise rejected with</a> that exception.
+          </li>
+          <li class="addition proposed">If required by the specification that

```suggestion
          <li>Let |serializedData| be the result of
          <a>JSON-serializing</a> |details|.{{PaymentCompleteDetails/data}}
          into a string.
          </li>
          <li>If serializing [=exception/throws=] an
          exception, return <a>a promise rejected with</a> that exception.
          </li>
          <li>If required by the specification that
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/982#pullrequestreview-1029392795
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/payment-request/pull/982/review/1029392795@github.com>

Received on Wednesday, 6 July 2022 01:42:41 UTC