Re: [w3ctag/spec-reviews] Web Payments Working Group Specifications (#152)

@domenic thanks for the pointer--I hadn't realized that. My understanding is now that any value to be converted to a `Promise<T>` is processed by first routing the provided value through the intrinsic Promise.resolve() method, which either resolves right away with the value (a `PaymentDetailsUpdate`, or chains up to the provide Promise's `then` method (or really any object with a `then` method--doesn't have to be a native Promise type).

Learned something new today :-)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/152#issuecomment-291541154

Received on Tuesday, 4 April 2017 15:43:46 UTC