[w3c/payment-request] Editorial: Align with Web IDL specification (#922)

This is an automated pull request to align the spec with the latest Web IDL specification.

Currently the autofix might introduce some awkward code formatting, so please feel free to modify the formatting.

Please file an issue on https://github.com/saschanaz/webidl-updater/issues/new if you think this PR is invalid or should be enhanced.

The following is the validation messages from webidl2.js, which may help understanding this PR:

```
Validation error at line 11 in payment-request,0:
  Promise<void> abort()
          ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information.

Validation error at line 15 in payment-request,15:
  Promise<void> complete(optional
          ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information.

Validation error at line 17 in payment-request,15:
  Promise<void> retry(optional
          ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information.

Validation error at line 6 in payment-request,18:
  void complete(Promise<
  ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information.

Validation error at line 4 in payment-request,22:
  void updateWith(Promise<
  ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information.
```
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/payment-request/pull/922

-- Commit Summary --

  * Editorial: Align with Web IDL specification

-- File Changes --

    M index.html (10)

-- Patch Links --

https://github.com/w3c/payment-request/pull/922.patch
https://github.com/w3c/payment-request/pull/922.diff

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

Received on Tuesday, 18 August 2020 16:34:21 UTC