Re: [ServiceWorker] Confusing use of `transforming with` and `Upon fulfillment`. (#621)

Thanks for spotting it, @jyasskin. Some part of the shorthand expressions were redundant as you pointed. (The example in the original comment was not redundantly phrased but should have been simplified.) Also, I removed the name of the handler, onFulfilled, as it's not need.

@domenic review would be appreciated: 5aa0ca22a948cdb6934e79a5a7750adaec859f44. I believe returning values from within a fulfillment handler to resolve the transformed promise is a right usage, right? I've done that a lot referring to the example 2 in http://www.w3.org/2001/tag/doc/promises-guide#shorthand-reacting.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/621#issuecomment-74215771

Received on Friday, 13 February 2015 07:35:45 UTC