Re: [paymentrequest] Change the PaymentRequestUpdateEvent model to better match FetchEvent (#50)

>            </li>
> -          <li>
> -            The method should return and the <a>user agent</a> should asynchronously update the
> -            user interface based on the changed values in <em>target</em>@[[\details]].
> +          <li>Return from the method and asynchronously perform the remaining steps.</li>
> +          <li>Wait until <code>d</code> settles.</li>
> +          <li>If <code>d</code> is resolved with <code>details</code> and <code>details</code> is a
> +          <a><code>PaymentDetails</code></a> dictionary, then:
> +            <ol>
> +              <li>
> +                If <code>details</code> contains an <code>items</code> value, then copy
> +                this value to the <code>items</code> field of <em>target</em>@[[\details]].
> +              </li>
> +              <li>
> +                If <code>details</code>contains a <code>shippingOptions</code> value, then

nit: space after "details"

---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/paymentrequest/pull/50/files#r52733522

Received on Friday, 12 February 2016 12:03:15 UTC