Re: [whatwg/dom] Define a 'PromiseController' and 'PromiseSignal' interface. (#434)

mikewest commented on this pull request.



> @@ -1419,6 +1419,103 @@ that gave folks all the wrong ideas. <a>Events</a> do not represent or cause act
 can only be used to influence an ongoing one.
 
 
+<h3 id=controlling-promises>Controlling {{Promise}}s</h3>
+
+Though {{Promise}} objects don't have any built-in cancellation mechanism, many {{Promise}}-vending

I'm going to change everything to `cancel()`/cancellation. I used `abort()` because that's what folks in https://github.com/whatwg/fetch/issues/447 were saying, but I'm having trouble getting past "abortion"'s other common usage while typing it out.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/434#discussion_r110170091

Received on Thursday, 6 April 2017 14:05:28 UTC