- From: Mike West <notifications@github.com>
- Date: Thu, 06 Apr 2017 23:52:15 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 April 2017 06:52:47 UTC
mikewest commented on this pull request.
> +
+ ...
+
+ controller.cancel();
+ </pre>
+
+ APIs that require more granular control could extend both {{CancellationController}} and
+ {{CancellationSignal}} according to their needs.
+</div>
+
+<h3 id=interface-cancellationcontroller>Interface {{CancellationController}}</h3>
+
+<pre class="idl">
+[Constructor(), Exposed=(Window,Worker)]
+interface CancellationController {
+ readonly attribute CancellationSignal signal;
Done in https://github.com/whatwg/dom/pull/434/commits/36028dd814d2144acfd4efa88b36b66742208d79
--
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_r110325882
Received on Friday, 7 April 2017 06:52:47 UTC