- From: Travis Leithead <notifications@github.com>
- Date: Tue, 04 Apr 2017 08:42:54 -0700
- To: w3ctag/spec-reviews <spec-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 April 2017 15:43:46 UTC
@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